[arch-commits] Commit in mate-user-share-gtk3/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 24 14:52:00 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:52:00
  Author: arojas
Revision: 190359

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

Added:
  mate-user-share-gtk3/repos/community-staging-i686/
  mate-user-share-gtk3/repos/community-staging-i686/PKGBUILD
    (from rev 190358, mate-user-share-gtk3/trunk/PKGBUILD)
  mate-user-share-gtk3/repos/community-staging-x86_64/
  mate-user-share-gtk3/repos/community-staging-x86_64/PKGBUILD
    (from rev 190358, mate-user-share-gtk3/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: mate-user-share-gtk3/repos/community-staging-i686/PKGBUILD (from rev 190358, mate-user-share-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-09-24 14:52:00 UTC (rev 190359)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libunique3' 'mod_dnssd')
+makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja-gtk3: File sharing extension')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=3.0 \
+        --disable-bluetooth
+
+    #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}/${_pkgbase}-${pkgver}"
+    make  DESTDIR="${pkgdir}" install
+}

Copied: mate-user-share-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 190358, mate-user-share-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-09-24 14:52:00 UTC (rev 190359)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libunique3' 'mod_dnssd')
+makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja-gtk3: File sharing extension')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=3.0 \
+        --disable-bluetooth
+
+    #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}/${_pkgbase}-${pkgver}"
+    make  DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list