[arch-commits] Commit in mate-control-center/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 17 20:36:36 UTC 2017


    Date: Friday, March 17, 2017 @ 20:36:36
  Author: arojas
Revision: 216970

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

Added:
  mate-control-center/repos/community-staging-i686/
  mate-control-center/repos/community-staging-i686/PKGBUILD
    (from rev 216969, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-staging-x86_64/
  mate-control-center/repos/community-staging-x86_64/PKGBUILD
    (from rev 216969, mate-control-center/trunk/PKGBUILD)

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

Copied: mate-control-center/repos/community-staging-i686/PKGBUILD (from rev 216969, mate-control-center/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 20:36:36 UTC (rev 216970)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-control-center
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --sbindir=/usr/bin \
+        --localstatedir=/var \
+        --disable-update-mimedb
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+    rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Copied: mate-control-center/repos/community-staging-x86_64/PKGBUILD (from rev 216969, mate-control-center/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 20:36:36 UTC (rev 216970)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-control-center
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --sbindir=/usr/bin \
+        --localstatedir=/var \
+        --disable-update-mimedb
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+    rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}



More information about the arch-commits mailing list