@michaldybczak just edit the makepkg to the latest version, it will just work. If you have more free time than me you're free to maintain it. https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/discover can just build it if you add -DBUILD_SnapBackend=ON .
Search Criteria
Package Details: discover-snap 6.3.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/discover-snap.git (read-only, click to copy) |
---|---|
Package Base: | discover-snap |
Description: | KDE and Plasma resources management GUI |
Upstream URL: | https://kde.org/plasma-desktop/ |
Keywords: | discover kde snap snapd |
Licenses: | LGPL |
Conflicts: | discover |
Provides: | discover |
Submitter: | droidman |
Maintainer: | LechTheMitch |
Last Packager: | LechTheMitch |
Votes: | 11 |
Popularity: | 0.000015 |
First Submitted: | 2018-10-17 22:52 (UTC) |
Last Updated: | 2025-05-11 17:15 (UTC) |
Dependencies (40)
- appstream-qt
- archlinux-appstream-data
- attica (attica-gitAUR)
- discount
- flatpak (flatpak-gitAUR)
- fwupd (fwupd-gitAUR, fwupd-starlabs-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- kcmutils (kcmutils-gitAUR)
- kconfig (kconfig-gitAUR)
- kcoreaddons (kcoreaddons-gitAUR)
- kcrash (kcrash-gitAUR)
- kdbusaddons (kdbusaddons-gitAUR)
- ki18n (ki18n-gitAUR)
- kiconthemes (kiconthemes-gitAUR)
- kidletime (kidletime-gitAUR)
- kio (kio-gitAUR)
- kirigami (kirigami-gitAUR)
- kirigami-addons (kirigami-addons-gitAUR)
- Show 20 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
droidman commented on 2019-05-24 22:39 (UTC) (edited on 2019-05-24 22:49 (UTC) by droidman)
michaldybczak commented on 2019-05-14 18:17 (UTC)
This package is either dead or poorly maintained. There were no regular updates in the past and we had to ask for the newer version. Now even this doesn't help and the package is at least outdated since 2 months. Maybe there is a way to use git version and compile it with snap? Hmm... I'll try.
fox8091 commented on 2019-03-03 09:34 (UTC)
This should conflict with discover. (And perhaps provide discover in case anything in the AUR depends on it.)
droidman commented on 2018-12-07 21:50 (UTC)
@reefland try to install snapd-glib or snapd-glib-git with Trizen. If that fails try to manually install it or use yay. I can confirm this builds manually and with yay on vanilla arch.
reefland commented on 2018-12-05 16:38 (UTC)
Tried to install using Trizen, ended with this:
/usr/bin/ld: cannot find -lsnapd-qt
collect2: error: ld returned 1 exit status
libtool: error: error: relink 'libSnapd.la' with the above command before installing it
make[2]: [Makefile:604: install-qmlmoduleLTLIBRARIES] Error 1
make[2]: Waiting for unfinished jobs....
libtool: install: /usr/bin/install -c .libs/libsnapd-qt.so.1.0.0T /tmp/trizen-rich/snapd-glib/pkg/snapd-glib/usr/lib/libsnapd-qt.so.1.0.0
libtool: install: (cd /tmp/trizen-rich/snapd-glib/pkg/snapd-glib/usr/lib && { ln -s -f libsnapd-qt.so.1.0.0 libsnapd-qt.so.1 || { rm -f libsnapd-qt.so.1 && ln -s libsnapd-qt.so.1.0.0 libsnapd-qt.so.1; }; })
libtool: install: (cd /tmp/trizen-rich/snapd-glib/pkg/snapd-glib/usr/lib && { ln -s -f libsnapd-qt.so.1.0.0 libsnapd-qt.so || { rm -f libsnapd-qt.so && ln -s libsnapd-qt.so.1.0.0 libsnapd-qt.so; }; })
libtool: install: /usr/bin/install -c .libs/libsnapd-qt.lai /tmp/trizen-rich/snapd-glib/pkg/snapd-glib/usr/lib/libsnapd-qt.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[2]: Leaving directory '/tmp/trizen-rich/snapd-glib/src/snapd-glib-1.44/snapd-qt'
make[1]: [Makefile:1201: install-am] Error 2
make[1]: Leaving directory '/tmp/trizen-rich/snapd-glib/src/snapd-glib-1.44/snapd-qt'
make: [Makefile:447: install-recursive] Error 1
==> ERROR: A failure occurred in package_snapd-glib().
Aborting...
:: Unable to build snapd-glib - makepkg exited with code: 4
Pinned Comments
LechTheMitch commented on 2025-04-28 10:49 (UTC) (edited on 2025-04-28 10:52 (UTC) by LechTheMitch)
This package sadly requires manual intervention for installation until the new version of snapd-glib releases.
1- please install snapd-glib first
2- clone this package(You will find an extra file called "snapdqt_global.h")
3- copy it to "/usr/include/snapd-qt-2/Snapd/" (sudo cp ./snapdqt_global.h /usr/include/snapd-qt-2/Snapd/)
4- run makepkg -si