[arch-commits] Commit in caja-actions/repos (4 files)

Balló György bgyorgy at archlinux.org
Sun Aug 7 14:46:26 UTC 2016


    Date: Sunday, August 7, 2016 @ 14:46:26
  Author: bgyorgy
Revision: 185884

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

Added:
  caja-actions/repos/community-testing-i686/
  caja-actions/repos/community-testing-i686/PKGBUILD
    (from rev 185883, caja-actions/trunk/PKGBUILD)
  caja-actions/repos/community-testing-x86_64/
  caja-actions/repos/community-testing-x86_64/PKGBUILD
    (from rev 185883, caja-actions/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: caja-actions/repos/community-testing-i686/PKGBUILD (from rev 185883, caja-actions/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-08-07 14:46:26 UTC (rev 185884)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+# Contributor: 3ED <krzysztof1987 at gmail.com>
+
+pkgname=caja-actions
+pkgver=1.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched via context menu."
+url="https://github.com/raveit65/caja-actions"
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+    cd "$srcdir/$pkgname-$pkgver"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=3
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Copied: caja-actions/repos/community-testing-x86_64/PKGBUILD (from rev 185883, caja-actions/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-08-07 14:46:26 UTC (rev 185884)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+# Contributor: 3ED <krzysztof1987 at gmail.com>
+
+pkgname=caja-actions
+pkgver=1.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched via context menu."
+url="https://github.com/raveit65/caja-actions"
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+    cd "$srcdir/$pkgname-$pkgver"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=3
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list