[arch-commits] Commit in xmms2/trunk (PKGBUILD install.sh)

Sergej Pupykin spupykin at archlinux.org
Fri Oct 2 11:05:16 UTC 2015


    Date: Friday, October 2, 2015 @ 13:05:15
  Author: spupykin
Revision: 142754

upgpkg: xmms2 0.8DrO_o.882.g942b17f-2

upd

Modified:
  xmms2/trunk/PKGBUILD
  xmms2/trunk/install.sh

------------+
 PKGBUILD   |    4 ++--
 install.sh |    8 +++-----
 2 files changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-02 11:05:07 UTC (rev 142753)
+++ PKGBUILD	2015-10-02 11:05:15 UTC (rev 142754)
@@ -9,7 +9,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o.882.g942b17f
-pkgrel=1
+pkgrel=2
 pkgdesc="X-platform Music Multiplexing System 2"
 arch=(i686 x86_64)
 url="https://xmms2.org/"
@@ -84,7 +84,7 @@
             --with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \
             --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` \
             --with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
-            --with-optionals=launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater \
+            --with-optionals=launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater,sqlite2s4 \
             --without-optionals=python
     ./waf build
 }

Modified: install.sh
===================================================================
--- install.sh	2015-10-02 11:05:07 UTC (rev 142753)
+++ install.sh	2015-10-02 11:05:15 UTC (rev 142754)
@@ -5,8 +5,6 @@
     true
 }
 
-post_remove() {
-    getent passwd xmms2 > /dev/null && userdel  xmms2
-    getent group  xmms2 > /dev/null && groupdel xmms2
-    true
-}
+post_upgrade() {
+  post_install
+}
\ No newline at end of file



More information about the arch-commits mailing list