[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:49:19
  Author: cesura
Revision: 581953

upgpkg: mate-netbook 1.24.0-1: Updated to version 1.24.0

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 19:48:48 UTC (rev 581952)
+++ PKGBUILD2020-02-25 19:49:19 UTC (rev 581953)
@@ -2,19 +2,18 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.22.1
+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')
-makedepends=('intltool')
+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=('c4d4aa6f4957307dbad6488841e2e3e369ca7f7224703189877dafa99730c102')
+sha256sums=('48a1d4b88be09da420d10905dd07934a23781d86211e75afdb13b357f04bb3ae')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:42:43
  Author: bgyorgy
Revision: 512862

Fix description

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:27:17 UTC (rev 512861)
+++ PKGBUILD2019-10-04 21:42:43 UTC (rev 512862)
@@ -4,7 +4,7 @@
 pkgname=mate-netbook
 pkgver=1.22.1
 pkgrel=1
-pkgdesc="A simple window management tool (GTK2 version)"
+pkgdesc="A simple window management tool"
 url="https://mate-desktop.org;
 arch=('x86_64')
 license=('GPL')


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2019-05-20 Thread Brad Fanella via arch-commits
Date: Monday, May 20, 2019 @ 09:53:59
  Author: cesura
Revision: 468062

upgpkg: mate-netbook 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 09:53:08 UTC (rev 468061)
+++ PKGBUILD2019-05-20 09:53:59 UTC (rev 468062)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('14c0aea8f49c4613592f1da4a8bd3548cd6dd091bd760b15dd7364b6d2e6e19e')
+sha256sums=('c4d4aa6f4957307dbad6488841e2e3e369ca7f7224703189877dafa99730c102')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 03:05:28
  Author: cesura
Revision: 446210

upgpkg: mate-netbook 1.22.0-1

Updated to version 1.22

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 03:04:13 UTC (rev 446209)
+++ PKGBUILD2019-03-30 03:05:28 UTC (rev 446210)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.20.1
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="https://mate-desktop.org;
@@ -14,18 +14,18 @@
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('58331b140c7b2c38edba9ab200aebd2e3a4655fbc65ff1df4ce748b315059ac6')
+sha256sums=('14c0aea8f49c4613592f1da4a8bd3548cd6dd091bd760b15dd7364b6d2e6e19e')
 
 build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${pkgname} \
---sysconfdir=/etc
-make
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexec=/usr/lib/${pkgname} \
+   --sysconfdir=/etc
+   make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2018-07-17 Thread Brad Fanella via arch-commits
Date: Tuesday, July 17, 2018 @ 18:48:29
  Author: cesura
Revision: 361127

upgpkg: mate-netbook 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-17 18:46:22 UTC (rev 361126)
+++ PKGBUILD2018-07-17 18:48:29 UTC (rev 361127)
@@ -1,7 +1,8 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="https://mate-desktop.org;
@@ -13,7 +14,7 @@
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3f2f1ebb1cdf778769bafaea9d3ba17beb1d74b1a078b4085e9c5a17bc9d22f1')
+sha256sums=('58331b140c7b2c38edba9ab200aebd2e3a4655fbc65ff1df4ce748b315059ac6')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:54:09
  Author: arojas
Revision: 290412

Update to 1.20

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:47:31 UTC (rev 290411)
+++ PKGBUILD2018-02-08 21:54:09 UTC (rev 290412)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="https://mate-desktop.org;
@@ -13,7 +13,7 @@
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6b9f50eda48e19704d2250d0cc34f6d0b60af177595afb4ef6cf75f026acc577')
+sha256sums=('3f2f1ebb1cdf778769bafaea9d3ba17beb1d74b1a078b4085e9c5a17bc9d22f1')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2017-11-01 Thread Antonio Rojas
Date: Wednesday, November 1, 2017 @ 17:26:40
  Author: arojas
Revision: 265022

Update to 1.18.2

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-01 17:24:36 UTC (rev 265021)
+++ PKGBUILD2017-11-01 17:26:40 UTC (rev 265022)
@@ -1,10 +1,10 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libfakekey' 'mate-panel')
@@ -12,8 +12,8 @@
 groups=('mate-extra')
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('03f2ddca5f1d57cf1dbf5b2172240c60ec5704f2')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('6b9f50eda48e19704d2250d0cc34f6d0b60af177595afb4ef6cf75f026acc577')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2017-05-16 Thread Antonio Rojas
Date: Tuesday, May 16, 2017 @ 06:48:06
  Author: arojas
Revision: 228181

Update to 1.18.1

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 06:37:50 UTC (rev 228180)
+++ PKGBUILD2017-05-16 06:48:06 UTC (rev 228181)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="http://mate-desktop.org;
@@ -13,7 +13,7 @@
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3498fb639d9ce7d77e7a01520ce0b8d3ea840099')
+sha1sums=('03f2ddca5f1d57cf1dbf5b2172240c60ec5704f2')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:53:47
  Author: arojas
Revision: 216979

Update to 1.18.0

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:50:56 UTC (rev 216978)
+++ PKGBUILD2017-03-17 20:53:47 UTC (rev 216979)
@@ -1,9 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgname=mate-netbook
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="http://mate-desktop.org;
@@ -12,21 +10,21 @@
 depends=('libfakekey' 'mate-panel')
 makedepends=('intltool')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3498fb639d9ce7d77e7a01520ce0b8d3ea840099')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc
 make
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 20:48:34
  Author: bgyorgy
Revision: 192364

upgpkg: mate-netbook 1.16.1-1

Update to new version

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 18:18:46 UTC (rev 192363)
+++ PKGBUILD2016-10-16 20:48:34 UTC (rev 192364)
@@ -3,7 +3,7 @@
 _ver=1.16
 _pkgbase=mate-netbook
 pkgname=${_pkgbase}
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
+sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:53:01
  Author: arojas
Revision: 190297

Update to 1.16.0

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:50:33 UTC (rev 190296)
+++ PKGBUILD2016-09-24 13:53:01 UTC (rev 190297)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-netbook
 pkgname=${_pkgbase}
 pkgver=${_ver}.0
@@ -9,12 +9,12 @@
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libfakekey' 'libunique' 'mate-panel')
+depends=('libfakekey' 'mate-panel')
 makedepends=('intltool')
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9a26877c8c2707f5c3a5744f9fb74a7cc6d49b55')
+sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD mate-netbook.install)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 10:07:01
  Author: bgyorgy
Revision: 185770

upgpkg: mate-netbook 1.14.0-1

Update to new version

Modified:
  mate-netbook/trunk/PKGBUILD
Deleted:
  mate-netbook/trunk/mate-netbook.install

--+
 PKGBUILD |   17 -
 mate-netbook.install |   11 ---
 2 files changed, 8 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 10:06:42 UTC (rev 185769)
+++ PKGBUILD2016-08-07 10:07:01 UTC (rev 185770)
@@ -1,6 +1,6 @@
-# Maintainer : Martin Wimpress 
+# Contributor: Martin Wimpress 
 
-_ver=1.12
+_ver=1.14
 _pkgbase=mate-netbook
 pkgname=${_pkgbase}
 pkgver=${_ver}.0
@@ -9,12 +9,12 @@
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.12')
-makedepends=('mate-common')
+depends=('libfakekey' 'libunique' 'mate-panel')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
-install=${_pkgbase}.install
+sha1sums=('9a26877c8c2707f5c3a5744f9fb74a7cc6d49b55')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"
@@ -22,8 +22,7 @@
 --prefix=/usr \
 --libexec=/usr/lib/${_pkgbase} \
 --sysconfdir=/etc \
---with-gtk=2.0 \
---disable-static
+--with-gtk=2.0
 make
 }
 

Deleted: mate-netbook.install
===
--- mate-netbook.install2016-08-07 10:06:42 UTC (rev 185769)
+++ mate-netbook.install2016-08-07 10:07:01 UTC (rev 185770)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2015-11-05 Thread Martin Wimpress
Date: Friday, November 6, 2015 @ 01:54:20
  Author: flexiondotorg
Revision: 146146

upgpkg: mate-netbook 1.12.0-1 - New upstream release

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 00:53:02 UTC (rev 146145)
+++ PKGBUILD2015-11-06 00:54:20 UTC (rev 146146)
@@ -1,6 +1,6 @@
 # Maintainer : Martin Wimpress 
 
-_ver=1.10
+_ver=1.12
 _pkgbase=mate-netbook
 pkgname=${_pkgbase}
 pkgver=${_ver}.0
@@ -9,11 +9,11 @@
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.10')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.12')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
+sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:43:21
  Author: flexiondotorg
Revision: 133111

upgpkg: mate-netbook 1.10.0-1 - New upstream release

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:37:39 UTC (rev 133110)
+++ PKGBUILD2015-05-09 18:43:21 UTC (rev 133111)
@@ -1,24 +1,26 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
-pkgname=mate-netbook
-pkgver=1.8.1
+_ver=1.10
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
 pkgrel=1
-pkgdesc=A simple window management tool.
+pkgdesc=A simple window management tool (GTK2 version)
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f71cf614929500c13b364dcf387e2464512f9f08')
-install=${pkgname}.install
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel=1.10')
+makedepends=('mate-common')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+conflicts=(${_pkgbase}-gtk3)
+sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
+install=${_pkgbase}.install
 
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd ${srcdir}/${_pkgbase}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexec=/usr/lib/${pkgname} \
+--libexec=/usr/lib/${_pkgbase} \
 --sysconfdir=/etc \
 --with-gtk=2.0 \
 --disable-static
@@ -26,6 +28,6 @@
 }
 
 package() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd ${srcdir}/${_pkgbase}-${pkgver}
 make DESTDIR=${pkgdir} install
 }


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:34:21
  Author: flexiondotorg
Revision: 119825

upgpkg: mate-netbook 1.8.1-1 - New upstream release.

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:31:27 UTC (rev 119824)
+++ PKGBUILD2014-09-29 19:34:21 UTC (rev 119825)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-netbook
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=A simple window management tool.
 url=http://mate-desktop.org;
@@ -11,7 +11,7 @@
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
+sha1sums=('f71cf614929500c13b364dcf387e2464512f9f08')
 install=${pkgname}.install
 
 build() {


[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:06
  Author: flexiondotorg
Revision: 107650

Remove unneccessary options.

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:03 UTC (rev 107649)
+++ PKGBUILD2014-03-18 11:11:06 UTC (rev 107650)
@@ -10,7 +10,6 @@
 depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
 install=${pkgname}.install



[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 21:56:59
  Author: flexiondotorg
Revision: 106550

Updated to 1.8

Modified:
  mate-netbook/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 20:56:28 UTC (rev 106549)
+++ PKGBUILD2014-03-05 20:56:59 UTC (rev 106550)
@@ -1,19 +1,18 @@
-# $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Xpander xpand...@gmail.com
 
 pkgname=mate-netbook
-pkgver=1.6.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=A simple window management tool.
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
 options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
 install=${pkgname}.install
 
 build() {
@@ -22,6 +21,7 @@
 --prefix=/usr \
 --libexec=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
+--with-gtk=2.0 \
 --disable-static
 make
 }