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

Martin Wimpress flexiondotorg at archlinux.org
Sat May 9 18:53:52 UTC 2015


    Date: Saturday, May 9, 2015 @ 20:53:52
  Author: flexiondotorg
Revision: 133123

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 133122, mate-user-share/trunk/PKGBUILD)
  mate-user-share/repos/community-staging-i686/mate-user-share.install
    (from rev 133122, mate-user-share/trunk/mate-user-share.install)
  mate-user-share/repos/community-staging-x86_64/
  mate-user-share/repos/community-staging-x86_64/PKGBUILD
    (from rev 133122, mate-user-share/trunk/PKGBUILD)
  mate-user-share/repos/community-staging-x86_64/mate-user-share.install
    (from rev 133122, mate-user-share/trunk/mate-user-share.install)

--------------------------------------------------+
 community-staging-i686/PKGBUILD                  |   36 +++++++++++++++++++++
 community-staging-i686/mate-user-share.install   |   13 +++++++
 community-staging-x86_64/PKGBUILD                |   36 +++++++++++++++++++++
 community-staging-x86_64/mate-user-share.install |   13 +++++++
 4 files changed, 98 insertions(+)

Copied: mate-user-share/repos/community-staging-i686/PKGBUILD (from rev 133122, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-09 18:53:52 UTC (rev 133123)
@@ -0,0 +1,36 @@
+#Maintainer: Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja>=1.10' 'libcanberra' 'libnotify' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --disable-static \
+        --disable-bluetooth
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make  DESTDIR="${pkgdir}" install
+    rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Copied: mate-user-share/repos/community-staging-i686/mate-user-share.install (from rev 133122, mate-user-share/trunk/mate-user-share.install)
===================================================================
--- community-staging-i686/mate-user-share.install	                        (rev 0)
+++ community-staging-i686/mate-user-share.install	2015-05-09 18:53:52 UTC (rev 133123)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: mate-user-share/repos/community-staging-x86_64/PKGBUILD (from rev 133122, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-09 18:53:52 UTC (rev 133123)
@@ -0,0 +1,36 @@
+#Maintainer: Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja>=1.10' 'libcanberra' 'libnotify' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --disable-static \
+        --disable-bluetooth
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make  DESTDIR="${pkgdir}" install
+    rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Copied: mate-user-share/repos/community-staging-x86_64/mate-user-share.install (from rev 133122, mate-user-share/trunk/mate-user-share.install)
===================================================================
--- community-staging-x86_64/mate-user-share.install	                        (rev 0)
+++ community-staging-x86_64/mate-user-share.install	2015-05-09 18:53:52 UTC (rev 133123)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list