[arch-commits] Commit in mate-file-manager-gksu/repos (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 17:40:52 UTC 2014


    Date: Thursday, January 16, 2014 @ 18:40:52
  Author: flexiondotorg
Revision: 104226

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-file-manager-gksu/repos/community-i686/
  mate-file-manager-gksu/repos/community-i686/PKGBUILD
    (from rev 104225, mate-file-manager-gksu/trunk/PKGBUILD)
  mate-file-manager-gksu/repos/community-x86_64/
  mate-file-manager-gksu/repos/community-x86_64/PKGBUILD
    (from rev 104225, mate-file-manager-gksu/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: mate-file-manager-gksu/repos/community-i686/PKGBUILD (from rev 104225, mate-file-manager-gksu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 17:40:52 UTC (rev 104226)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-file-manager-gksu
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for executing files with elevated privileges."
+url="http://mate-desktop.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gksu' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fd6e6268e5e00706fbe5d20090aff94d2ce57302')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./autogen.sh \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-file-manager-gksu/repos/community-x86_64/PKGBUILD (from rev 104225, mate-file-manager-gksu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 17:40:52 UTC (rev 104226)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-file-manager-gksu
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for executing files with elevated privileges."
+url="http://mate-desktop.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gksu' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fd6e6268e5e00706fbe5d20090aff94d2ce57302')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./autogen.sh \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list