Date: Sunday, August 25, 2019 @ 06:43:43
  Author: eschwartz
Revision: 501646

archrelease: copy trunk to community-testing-x86_64

Added:
  mate-control-center/repos/community-testing-x86_64/
  mate-control-center/repos/community-testing-x86_64/PKGBUILD
    (from rev 501645, mate-control-center/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: mate-control-center/repos/community-testing-x86_64/PKGBUILD (from rev 
501645, mate-control-center/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-08-25 06:43:43 UTC (rev 501646)
@@ -0,0 +1,38 @@
+# Maintainer: Brad Fanella <[email protected]>
+# Contributor: Martin Wimpress <[email protected]>
+
+pkgname=mate-control-center
+pkgver=1.22.1
+pkgrel=2
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 
'mate-desktop>=1.21.2')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('4015c830dfd29a454c1124226fc29db460b0ba373d78939aff70e9d9271f3c71')
+
+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"
+}

Reply via email to