[arch-commits] Commit in caja/trunk (PKGBUILD)

Martin Wimpress flexiondotorg at archlinux.org
Sat May 9 09:44:51 UTC 2015


    Date: Saturday, May 9, 2015 @ 11:44:51
  Author: flexiondotorg
Revision: 133017

upgpkg: caja 1.10.0-2 - Rebuild.

Modified:
  caja/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-09 09:36:01 UTC (rev 133016)
+++ PKGBUILD	2015-05-09 09:44:51 UTC (rev 133017)
@@ -1,10 +1,10 @@
 # Maintainer : Martin Wimpress <code at flexion.org>
 
 _ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase})
+_pkgbase=caja
+pkgname=(${_pkgbase})
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="File manager for the MATE desktop (GTK2 version)"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
@@ -16,16 +16,16 @@
 optdepends=('gstreamer: automatic media playback when mouseover'
             'gvfs-smb: To connect to Samba/Windows shares')
 groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
 sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
+install=${_pkgbase}.install
 
 build() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
     ./configure \
         --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgbase} \
+        --libexecdir=/usr/lib/${_pkgbase} \
         --with-gtk=2.0 \
         --enable-unique \
         --enable-introspection \
@@ -34,7 +34,7 @@
     make
 }
 
-package_caja() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
     make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list