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

Balló György bgyorgy at archlinux.org
Sun Aug 7 08:38:32 UTC 2016


    Date: Sunday, August 7, 2016 @ 08:38:31
  Author: bgyorgy
Revision: 185748

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

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

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

Copied: mate-user-share/repos/community-staging-i686/PKGBUILD (from rev 185747, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-08-07 08:38:31 UTC (rev 185748)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja: File sharing extension')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('95491485a0769f252e068ed2256f1a3386330094')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=2.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/repos/community-staging-x86_64/PKGBUILD (from rev 185747, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-08-07 08:38:31 UTC (rev 185748)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja: File sharing extension')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('95491485a0769f252e068ed2256f1a3386330094')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=2.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