[arch-commits] Commit in mate-control-center/repos/community-x86_64 (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Nov 1 18:23:20 UTC 2021
Date: Monday, November 1, 2021 @ 18:23:20
Author: arojas
Revision: 1035228
archrelease: copy trunk to community-x86_64
Added:
mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 1035227, 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-11-01 18:23:09 UTC (rev 1035227)
+++ PKGBUILD 2021-11-01 18:23:20 UTC (rev 1035228)
@@ -1,38 +0,0 @@
-# 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"
-}
Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 1035227, mate-control-center/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-01 18:23:20 UTC (rev 1035228)
@@ -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=2
+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' 'mate-panel')
+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