[arch-commits] Commit in mate-control-center/repos/community-x86_64 (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Aug 8 19:01:12 UTC 2021
Date: Sunday, August 8, 2021 @ 19:01:12
Author: arojas
Revision: 995555
archrelease: copy trunk to community-x86_64
Added:
mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 995554, mate-control-center/trunk/PKGBUILD)
Deleted:
mate-control-center/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-08 19:01:03 UTC (rev 995554)
+++ PKGBUILD 2021-08-08 19:01:12 UTC (rev 995555)
@@ -1,38 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-control-center
-pkgver=1.24.2
-pkgrel=1
-pkgdesc="The Control Center for MATE"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 'mate-desktop' 'gettext')
-makedepends=('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=('69d8c633a73a4f503501a6bd03f81f230c26835110bb02942a735842d9c47aa3')
-
-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-x86_64/PKGBUILD (from rev 995554, mate-control-center/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-08 19:01:12 UTC (rev 995555)
@@ -0,0 +1,38 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-control-center
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 'mate-desktop' 'gettext' 'accountsservice')
+makedepends=('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=('286714ea778f6540fe74ef00aaf504c47141518d26ab224994f4a1af36b0134a')
+
+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