Merge pull request #104 from giresun28/master

nm-nmapplet-k3b.güncellendi
This commit is contained in:
Giresun 2016-11-02 16:13:20 +02:00 committed by GitHub
commit 204d6ce9b2
3 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Description="Feature-rich and easy to handle CD burning applicatio"
# Url="http://sourceforge.net/projects/k3b/"
# Packager=alihan-ozturk28@hotmail.com
# Depends on: git qt5 kf5-extra-cmake-modules qt5-webkit kf5-karchive kf5-kconfig kf5-kcoreaddons kf5-kdoctools kf5-kfilemetadata kf5-ki18n kf5-kiconthemes kf5-kjobwidgets kf5-kcmutils kf5-kio kf5-knotifications kf5-knewstuff kf5-knotifyconfig kf5-kservice kf5-solid kf5-kwidgetsaddons kf5-kxmlgui libkcddb libsamplerate libmad ffmpeg taglib libmpcdec libdvdread cdrkit xorg-libxft cdparanoia cdrdao
# Depends on: git qt5 kf5-extra-cmake-modules qt5-webkit kf5-karchive kf5-kconfig kf5-kcoreaddons kf5-kdoctools kf5-kfilemetadata kf5-ki18n kf5-kiconthemes kf5-kjobwidgets kf5-kcmutils kf5-kio kf5-knotifications kf5-knewstuff kf5-knotifyconfig kf5-kservice kf5-solid kf5-kwidgetsaddons kf5-kxmlgui libkcddb libsamplerate libmad ffmpeg taglib libmpcdec libdvdread cdrkit xorg-libxft cdparanoia cdrdao dvd+rw-tools
name=k3b
version=20160902

View File

@ -4,10 +4,10 @@
# Depends on: gtk3 gconf iso-codes gobject-introspection libgnome-keyring libsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache
name=network-manager-applet
version=1.0.10
version=1.4.2
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/1.0/$name-$version.tar.xz)
source=( http://ftp.gnome.org/pub/gnome/sources/$name/1.4/$name-$version.tar.xz)
build() {
cd $name-$version

View File

@ -1,12 +1,12 @@
# Description: Tools which simplify and make the network more directly manageable.
# URL: http://projects.gnome.org/NetworkManager/
# Packager: pierre at nutyx dot org
# Depends on: libndp libsoup libgudev dbus-glib iptables libnl nss wireless-tools polkit upower vala wpa-supplicant gobject-introspection newt
# Depends on: libndp libsoup libgudev modemmanager dbus-glib iptables libnl nss wireless-tools polkit upower vala wpa-supplicant gobject-introspection newt
_name=NetworkManager
name=networkmanager
version=1.0.10
version=1.4.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$_name/${version%.*}/$_name-$version.tar.xz)
@ -18,9 +18,15 @@ cd ${_name}-$version
--sysconfdir=/etc \
--localstatedir=/var \
--with-nmtui \
--with-modem-manager-1 \
--with-session-tracking=consolekit \
--with-suspend-resume=upower \
--with-dbus-sys-dir=/etc/dbus-1/system.d \
--docdir=/usr/share/doc/networkmanager-$version \
--without-systemdsystemunitdir \
--with-systemdsystemunitdir=no \
--disable-ppp
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
make
make DESTDIR=$PKG install