[notify] network-manager-applet: 1.8.24 -> 1.16.0; new dependency: libnma; dropped dependency: gtk-doc

This commit is contained in:
Tim Biermann 2020-03-19 15:32:22 +00:00
parent 29e8b19277
commit e98420addb
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 37 deletions

View File

@ -6,25 +6,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nm-applet
-rwxr-xr-x root/root usr/bin/nm-connection-editor
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libnma/
-rw-r--r-- root/root usr/include/libnma/nma-bar-code-widget.h
-rw-r--r-- root/root usr/include/libnma/nma-bar-code.h
-rw-r--r-- root/root usr/include/libnma/nma-cert-chooser.h
-rw-r--r-- root/root usr/include/libnma/nma-mobile-providers.h
-rw-r--r-- root/root usr/include/libnma/nma-mobile-wizard.h
-rw-r--r-- root/root usr/include/libnma/nma-ui-utils.h
-rw-r--r-- root/root usr/include/libnma/nma-version.h
-rw-r--r-- root/root usr/include/libnma/nma-vpn-password-dialog.h
-rw-r--r-- root/root usr/include/libnma/nma-wifi-dialog.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/NMA-1.0.typelib
lrwxrwxrwx root/root usr/lib/libnma.so -> libnma.so.0
lrwxrwxrwx root/root usr/lib/libnma.so.0 -> libnma.so.0.0.0
-rwxr-xr-x root/root usr/lib/libnma.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnma.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/GConf/
drwxr-xr-x root/root usr/share/GConf/gsettings/
@ -32,11 +13,6 @@ drwxr-xr-x root/root usr/share/GConf/gsettings/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/nm-applet.desktop
-rw-r--r-- root/root usr/share/applications/nm-connection-editor.desktop
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/NMA-1.0.gir
drwxr-xr-x root/root usr/share/glib-2.0/
drwxr-xr-x root/root usr/share/glib-2.0/schemas/
-rw-r--r-- root/root usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+LACR7PJ7RRT2C5QcQ165U776UsrVu9Rplf+vU3LhyhOTpcICd48+PHynio45GKx7aZI0Za0IwdjxXRZJggMw4=
SHA256 (Pkgfile) = 4de6a321b8c5a77bf6cc12a94b10149b62672170e8d5a61ec04057ef204942e8
SHA256 (.footprint) = b48053b4c5a951f2c21104eb8a23c468b6a5e7676d914526a03c39cf4a3edd48
SHA256 (network-manager-applet-1.8.24.tar.gz) = 5708b624282f288d5d1c1e81e23e762b256b09aaf53298b9f0d64b5824bd88c2
RWSagIOpLGJF32COJVU5pvljUX/awQ3qC6OAqmFZDLLSs/JmlWmmAOnjFnoQizv7VVnBq61gKdYLR2tRGg/jCPPlQReKtRIXmgM=
SHA256 (Pkgfile) = b0057ffb28a238d3af18444351a35253bea846da3d9b4ea6c4eaab422e838dbd
SHA256 (.footprint) = ab0c8a9cba0548de5b4ed3c0f93ad9b66bfe29b78e3a40d3722b682ee575cb6c
SHA256 (network-manager-applet-1.16.0.tar.gz) = b7ab33ed862eb312ba510ac2fd14e8311d7f91cecbefb019c877cb4a1555578f

View File

@ -1,10 +1,10 @@
# Description: A system tray applet for NetworkManager
# URL: https://wiki.gnome.org/Projects/NetworkManager/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: consolekit gcr gtk-doc gtk3 iso-codes libgudev libnotify libsecret networkmanager
# Depends on: consolekit libgudev libnma libnotify libsecret
name=network-manager-applet
version=1.8.24
version=1.16.0
release=1
source=(https://github.com/NetworkManager/network-manager-applet/archive/$version/$name-$version.tar.gz)
@ -13,16 +13,11 @@ build() {
mkdir build
meson --prefix=/usr \
--sysconfdir=/etc \
-Dteam=true \
-Dintrospection=true \
-Dlibnm_gtk=false \
-Dwwan=false \
-Dselinux=false \
-Dteam=false \
-Dmobile_broadband_provider_info=false \
-Denable-gtk-doc=false \
-Dwwan=false \
build
ninja -C build
DESTDIR=$PKG ninja -C build install
rm -r $PKG/usr/share/{locale,gtk-doc}
rm -r $PKG/usr/share/locale
}