Date: Tuesday, February 25, 2020 @ 19:49:26
  Author: cesura
Revision: 581954

archrelease: copy trunk to community-x86_64

Added:
  mate-netbook/repos/community-x86_64/PKGBUILD
    (from rev 581953, mate-netbook/trunk/PKGBUILD)
Deleted:
  mate-netbook/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-25 19:49:19 UTC (rev 581953)
+++ PKGBUILD    2020-02-25 19:49:26 UTC (rev 581954)
@@ -1,31 +0,0 @@
-# Maintainer: Brad Fanella <ces...@archlinux.org>
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=mate-netbook
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="A simple window management tool (GTK2 version)"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('libfakekey' 'mate-panel')
-makedepends=('intltool')
-groups=('mate-extra')
-conflicts=('mate-netbook-gtk3')
-replaces=('mate-netbook-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('c4d4aa6f4957307dbad6488841e2e3e369ca7f7224703189877dafa99730c102')
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --libexec=/usr/lib/${pkgname} \
-               --sysconfdir=/etc
-       make
-}
-
-package() {
-       cd "${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook/repos/community-x86_64/PKGBUILD (from rev 581953, 
mate-netbook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-25 19:49:26 UTC (rev 581954)
@@ -0,0 +1,30 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org>
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+pkgname=mate-netbook
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="A simple window management tool"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel' 'gettext')
+groups=('mate-extra')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('48a1d4b88be09da420d10905dd07934a23781d86211e75afdb13b357f04bb3ae')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --libexec=/usr/lib/${pkgname} \
+               --sysconfdir=/etc
+       make
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to