[arch-commits] Commit in mate-common/repos/community-any (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Wed Aug 19 13:35:03 UTC 2020
Date: Wednesday, August 19, 2020 @ 13:35:03
Author: cesura
Revision: 684962
archrelease: copy trunk to community-any
Added:
mate-common/repos/community-any/PKGBUILD
(from rev 684961, mate-common/trunk/PKGBUILD)
Deleted:
mate-common/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-19 13:34:56 UTC (rev 684961)
+++ PKGBUILD 2020-08-19 13:35:03 UTC (rev 684962)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-common
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="Common development macros for MATE"
-arch=('any')
-license=('GPL')
-depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'libtool'
- 'pkg-config')
-url="https://mate-desktop.org"
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('e7ef908d7955cf7252330c87f6416b3fdcb833bb682b7bf9b42e1f2e662d821b')
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mate-common/repos/community-any/PKGBUILD (from rev 684961, mate-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-19 13:35:03 UTC (rev 684962)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-common
+pkgver=1.24.1
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'libtool'
+ 'pkg-config')
+url="https://mate-desktop.org"
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('d9a6346710c89d7358ae433568c43167343a5d2f9e4c6ca9e8e73743c534f7b5')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list