[arch-commits] Commit in mate-netbook-gtk3/repos (8 files)

Balló György bgyorgy at archlinux.org
Fri Nov 6 08:08:11 UTC 2015


    Date: Friday, November 6, 2015 @ 09:08:10
  Author: bgyorgy
Revision: 146268

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-netbook-gtk3/repos/community-i686/PKGBUILD
    (from rev 146267, mate-netbook-gtk3/trunk/PKGBUILD)
  mate-netbook-gtk3/repos/community-i686/mate-netbook.install
    (from rev 146267, mate-netbook-gtk3/trunk/mate-netbook.install)
  mate-netbook-gtk3/repos/community-x86_64/PKGBUILD
    (from rev 146267, mate-netbook-gtk3/trunk/PKGBUILD)
  mate-netbook-gtk3/repos/community-x86_64/mate-netbook.install
    (from rev 146267, mate-netbook-gtk3/trunk/mate-netbook.install)
Deleted:
  mate-netbook-gtk3/repos/community-i686/PKGBUILD
  mate-netbook-gtk3/repos/community-i686/mate-netbook.install
  mate-netbook-gtk3/repos/community-x86_64/PKGBUILD
  mate-netbook-gtk3/repos/community-x86_64/mate-netbook.install

---------------------------------------+
 /PKGBUILD                             |   66 ++++++++++++++++++++++++++++++++
 /mate-netbook.install                 |   22 ++++++++++
 community-i686/PKGBUILD               |   33 ----------------
 community-i686/mate-netbook.install   |   11 -----
 community-x86_64/PKGBUILD             |   33 ----------------
 community-x86_64/mate-netbook.install |   11 -----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-06 08:08:03 UTC (rev 146267)
+++ community-i686/PKGBUILD	2015-11-06 08:08:10 UTC (rev 146268)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.12
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel>=1.12')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-conflicts=("${_pkgbase}")
-sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
-install=${_pkgbase}.install
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexec=/usr/lib/${_pkgbase} \
-        --sysconfdir=/etc \
-        --with-gtk=3.0 \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook-gtk3/repos/community-i686/PKGBUILD (from rev 146267, mate-netbook-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-06 08:08:10 UTC (rev 146268)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel-gtk3>=1.12')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+conflicts=("${_pkgbase}")
+sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=3.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-netbook.install
===================================================================
--- community-i686/mate-netbook.install	2015-11-06 08:08:03 UTC (rev 146267)
+++ community-i686/mate-netbook.install	2015-11-06 08:08:10 UTC (rev 146268)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-netbook-gtk3/repos/community-i686/mate-netbook.install (from rev 146267, mate-netbook-gtk3/trunk/mate-netbook.install)
===================================================================
--- community-i686/mate-netbook.install	                        (rev 0)
+++ community-i686/mate-netbook.install	2015-11-06 08:08:10 UTC (rev 146268)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-06 08:08:03 UTC (rev 146267)
+++ community-x86_64/PKGBUILD	2015-11-06 08:08:10 UTC (rev 146268)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.12
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel>=1.12')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-conflicts=("${_pkgbase}")
-sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
-install=${_pkgbase}.install
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexec=/usr/lib/${_pkgbase} \
-        --sysconfdir=/etc \
-        --with-gtk=3.0 \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook-gtk3/repos/community-x86_64/PKGBUILD (from rev 146267, mate-netbook-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-06 08:08:10 UTC (rev 146268)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel-gtk3>=1.12')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+conflicts=("${_pkgbase}")
+sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --with-gtk=3.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-netbook.install
===================================================================
--- community-x86_64/mate-netbook.install	2015-11-06 08:08:03 UTC (rev 146267)
+++ community-x86_64/mate-netbook.install	2015-11-06 08:08:10 UTC (rev 146268)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-netbook-gtk3/repos/community-x86_64/mate-netbook.install (from rev 146267, mate-netbook-gtk3/trunk/mate-netbook.install)
===================================================================
--- community-x86_64/mate-netbook.install	                        (rev 0)
+++ community-x86_64/mate-netbook.install	2015-11-06 08:08:10 UTC (rev 146268)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list