Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : network-manager-applet | name : network-manager-applet | ||||
| version : 1.4.6 | version : 1.8.6 | ||||
| release : 16 | release : 17 | ||||
| source : | source : | ||||
| - https://download.gnome.org/sources/network-manager-applet/1.4/network-manager-applet-1.4.6.tar.xz : 10a6fcfe8c6206cf18ec78a522a716b5ec9d0b7ca1e7d234c638725b316fec76 | - https://download.gnome.org/sources/network-manager-applet/1.8/network-manager-applet-1.8.6.tar.xz : 01749e2c27d84ac858f59bc923af50860156eb510e2b6cf7d4941f753bef9c30 | ||||
| license : GPL-2.0 | license : GPL-2.0 | ||||
| component : desktop.gnome | component : desktop.gnome | ||||
| summary : NetworkManager Applet | summary : NetworkManager Applet | ||||
| description: | | description: | | ||||
| NetworkManager applet and GTK3 libraries | NetworkManager applet and GTK3 libraries | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(dbus-glib-1) | - pkgconfig(dbus-glib-1) | ||||
| - pkgconfig(gobject-introspection-1.0) | - pkgconfig(gobject-introspection-1.0) | ||||
| - pkgconfig(gnome-keyring-1) | - pkgconfig(gnome-keyring-1) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(gtk+-3.0) | - pkgconfig(gtk+-3.0) | ||||
| - pkgconfig(jansson) | - pkgconfig(jansson) | ||||
| - pkgconfig(libnm-glib) | - pkgconfig(libnm-glib) | ||||
| - pkgconfig(libnotify) | - pkgconfig(libnotify) | ||||
| - pkgconfig(libsecret-unstable) | - pkgconfig(libsecret-unstable) | ||||
| - pkgconfig(libselinux) | |||||
sunnyflunk: I assume this is needed to build it? (otherwise remove it). It doesn't end up as a dependency… | |||||
der_eismannAuthorUnsubmitted Not Done Inline Actionsconfigure: error: libselinux is needed for SELinux label support in configuration editor. Use --without-selinux to build without it. der_eismann: `configure: error: libselinux is needed for SELinux label support in configuration editor. Use… | |||||
| - pkgconfig(mm-glib) | - pkgconfig(mm-glib) | ||||
| rundeps : | rundeps : | ||||
| - mobile-broadband-provider-info | - mobile-broadband-provider-info | ||||
| setup : | | setup : | | ||||
| %configure --disable-static \ | %configure --disable-static \ | ||||
| --disable-migration | --disable-migration | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| # Stateless XDG | # Stateless XDG | ||||
| mv $installdir/etc/xdg $installdir/usr/share/xdg && rmdir $installdir/etc | mv $installdir/etc/xdg $installdir/usr/share/xdg && rmdir $installdir/etc | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
I assume this is needed to build it? (otherwise remove it). It doesn't end up as a dependency though