[arch-commits] Commit in mate-panel/repos (8 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Mon Mar 24 15:22:43 UTC 2014
Date: Monday, March 24, 2014 @ 16:22:43
Author: flexiondotorg
Revision: 108198
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-panel/repos/community-i686/PKGBUILD
(from rev 108197, mate-panel/trunk/PKGBUILD)
mate-panel/repos/community-i686/mate-panel.install
(from rev 108197, mate-panel/trunk/mate-panel.install)
mate-panel/repos/community-x86_64/PKGBUILD
(from rev 108197, mate-panel/trunk/PKGBUILD)
mate-panel/repos/community-x86_64/mate-panel.install
(from rev 108197, mate-panel/trunk/mate-panel.install)
Deleted:
mate-panel/repos/community-i686/PKGBUILD
mate-panel/repos/community-i686/mate-panel.install
mate-panel/repos/community-x86_64/PKGBUILD
mate-panel/repos/community-x86_64/mate-panel.install
-------------------------------------+
/PKGBUILD | 88 ++++++++++++++++++++++++++++++++++
/mate-panel.install | 24 +++++++++
community-i686/PKGBUILD | 38 --------------
community-i686/mate-panel.install | 12 ----
community-x86_64/PKGBUILD | 38 --------------
community-x86_64/mate-panel.install | 12 ----
6 files changed, 112 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-03-24 15:22:11 UTC (rev 108197)
+++ community-i686/PKGBUILD 2014-03-24 15:22:43 UTC (rev 108198)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-panel
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
- 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
- 'mate-menus' 'mate-desktop' 'mate-session-manager')
-makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
- 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
-install=${pkgname}.install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${pkgname} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-gtk=2.0 \
- --enable-introspection \
- --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 108197, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-24 15:22:43 UTC (rev 108198)
@@ -0,0 +1,44 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+ 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
+ 'mate-menus' 'mate-desktop' 'mate-session-manager')
+makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
+ 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz"
+ "https://github.com/City-busz/mate-panel/commit/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff")
+sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9'
+ '8c67a6aacfad3ee8225410f1ff1e37c6da3d5bc8')
+install=${pkgname}.install
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np1 -i "${srcdir}/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff"
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --enable-introspection \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-i686/mate-panel.install
===================================================================
--- community-i686/mate-panel.install 2014-03-24 15:22:11 UTC (rev 108197)
+++ community-i686/mate-panel.install 2014-03-24 15:22:43 UTC (rev 108198)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: mate-panel/repos/community-i686/mate-panel.install (from rev 108197, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-i686/mate-panel.install (rev 0)
+++ community-i686/mate-panel.install 2014-03-24 15:22:43 UTC (rev 108198)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-03-24 15:22:11 UTC (rev 108197)
+++ community-x86_64/PKGBUILD 2014-03-24 15:22:43 UTC (rev 108198)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-panel
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
- 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
- 'mate-menus' 'mate-desktop' 'mate-session-manager')
-makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
- 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
-install=${pkgname}.install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${pkgname} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-gtk=2.0 \
- --enable-introspection \
- --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 108197, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-24 15:22:43 UTC (rev 108198)
@@ -0,0 +1,44 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+ 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
+ 'mate-menus' 'mate-desktop' 'mate-session-manager')
+makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
+ 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz"
+ "https://github.com/City-busz/mate-panel/commit/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff")
+sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9'
+ '8c67a6aacfad3ee8225410f1ff1e37c6da3d5bc8')
+install=${pkgname}.install
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np1 -i "${srcdir}/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff"
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --enable-introspection \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/mate-panel.install
===================================================================
--- community-x86_64/mate-panel.install 2014-03-24 15:22:11 UTC (rev 108197)
+++ community-x86_64/mate-panel.install 2014-03-24 15:22:43 UTC (rev 108198)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: mate-panel/repos/community-x86_64/mate-panel.install (from rev 108197, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-x86_64/mate-panel.install (rev 0)
+++ community-x86_64/mate-panel.install 2014-03-24 15:22:43 UTC (rev 108198)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list