Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5778b644a179d7c1a88ffa052565e1dab6c8a436
commit 5778b644a179d7c1a88ffa052565e1dab6c8a436 Author: DeX77 <[email protected]> Date: Fri May 20 22:11:38 2016 +0200 nm-pptp-1.2.2-1-x86_64 * version bump / split out non gnome parts diff --git a/source/gnome-extra/nm-pptp/FrugalBuild b/source/gnome-extra/nm-pptp/FrugalBuild index 2ac8516..fd6c714 100644 --- a/source/gnome-extra/nm-pptp/FrugalBuild +++ b/source/gnome-extra/nm-pptp/FrugalBuild @@ -3,27 +3,39 @@ pkgname=nm-pptp _F_gnome_name=NetworkManager-pptp -pkgver=1.2.0 +pkgver=1.2.2 pkgrel=1 pkgdesc="network management framework (PPTP plugin)" -depends=('gconf' 'gtk+3' 'libglade' 'libgnome-keyring>=3.10.1-2' \ - "networkmanager>=$pkgver" 'nm-applet') +depends=('nm-connection-editor' 'libsecret') makedepends=('perl-xml-parser' 'intltool') +rodepends=("$pkgname-minimal") groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_iconcache="y" _F_gnome_ext=".tar.xz" Finclude gnome gnome-scriptlet -sha1sums=('bf433278530f1e67325eb58b621a0e3f20da4b92') +sha1sums=('88c50874fbaa07c767b361f948aad660b8cccfb8') _F_cd_path=$_F_gnome_name-$pkgver -Fconfopts+=" --with-gtkver=3 --with-pppd-plugin-dir=/usr/lib/pppd/2.4.7" +Fconfopts+="--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7" + +subpkgs=("$pkgname-minimal") +subdescs=("$pkgdesc without GNOME") +subarchs=('i686 x86_64') +subdepends=('networkmanager') +subgroups=('network-extra') build() { - Fcd - #Fsed "/usr/local/sbin/pppd" "/usr/bin/pppd" \ - # src/nm-pptp-service.c Fbuild - Fbuild_gnome_scriptlet + + Fsplit "$pkgname-minimal" etc/NetworkManager/VPN/nm-pptp-service.name + Fsplit "$pkgname-minimal" etc/dbus-1/system.d/nm-pptp-service.conf + Fsplit "$pkgname-minimal" usr/libexec/nm-pptp-service + Fsplit "$pkgname-minimal" usr/lib/NetworkManager/VPN/nm-pptp-service.name + Fsplit "$pkgname-minimal" usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so + Fsplit "$pkgname-minimal" usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.la + Fsplit "$pkgname-minimal" usr/share/appdata/network-manager-pptp.metainfo.xml + } + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
