[arch-commits] Commit in mate-panel/repos (10 files)

Martin Wimpress flexiondotorg at archlinux.org
Tue Oct 21 13:22:07 UTC 2014


    Date: Tuesday, October 21, 2014 @ 15:22:07
  Author: flexiondotorg
Revision: 121155

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

Added:
  mate-panel/repos/community-i686/PKGBUILD
    (from rev 121154, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-i686/mate-panel.install
    (from rev 121154, mate-panel/trunk/mate-panel.install)
  mate-panel/repos/community-i686/update_wm_name.diff
    (from rev 121154, mate-panel/trunk/update_wm_name.diff)
  mate-panel/repos/community-x86_64/PKGBUILD
    (from rev 121154, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-x86_64/mate-panel.install
    (from rev 121154, mate-panel/trunk/mate-panel.install)
  mate-panel/repos/community-x86_64/update_wm_name.diff
    (from rev 121154, mate-panel/trunk/update_wm_name.diff)
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              |   37 -------------
 community-i686/mate-panel.install    |   12 ----
 community-i686/update_wm_name.diff   |   13 ++++
 community-x86_64/PKGBUILD            |   37 -------------
 community-x86_64/mate-panel.install  |   12 ----
 community-x86_64/update_wm_name.diff |   13 ++++
 8 files changed, 138 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-21 13:21:44 UTC (rev 121154)
+++ community-i686/PKGBUILD	2014-10-21 13:22:07 UTC (rev 121155)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-panel
-pkgver=1.8.1
-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')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('18795801763059269573015f33f16651a1fd36bc')
-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 121154, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-21 13:22:07 UTC (rev 121155)
@@ -0,0 +1,44 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.8.1
+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"
+        "update_wm_name.diff")
+sha1sums=('18795801763059269573015f33f16651a1fd36bc'
+          '45c1228e51dbcec7c9e17e665115e81c81b89e32')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    patch -Np1 -i "${srcdir}/update_wm_name.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-10-21 13:21:44 UTC (rev 121154)
+++ community-i686/mate-panel.install	2014-10-21 13:22:07 UTC (rev 121155)
@@ -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 121154, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-i686/mate-panel.install	                        (rev 0)
+++ community-i686/mate-panel.install	2014-10-21 13:22:07 UTC (rev 121155)
@@ -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
+}

Copied: mate-panel/repos/community-i686/update_wm_name.diff (from rev 121154, mate-panel/trunk/update_wm_name.diff)
===================================================================
--- community-i686/update_wm_name.diff	                        (rev 0)
+++ community-i686/update_wm_name.diff	2014-10-21 13:22:07 UTC (rev 121155)
@@ -0,0 +1,13 @@
+diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c
+index bf6e365..4a568bd 100644
+--- a/applets/wncklet/workspace-switcher.c
++++ b/applets/wncklet/workspace-switcher.c
+@@ -144,7 +144,7 @@ static void window_manager_changed(WnckScreen* screen, PagerData* pager)
+ 
+ 	if (!wm_name)
+ 		pager->wm = PAGER_WM_UNKNOWN;
+-	else if (strcmp(wm_name, "Marco") == 0)
++	else if (strcmp(wm_name, "Metacity (Marco)") == 0)
+ 		pager->wm = PAGER_WM_MARCO;
+ 	else if (strcmp(wm_name, "Compiz") == 0)
+ 		pager->wm = PAGER_WM_COMPIZ;

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-21 13:21:44 UTC (rev 121154)
+++ community-x86_64/PKGBUILD	2014-10-21 13:22:07 UTC (rev 121155)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-panel
-pkgver=1.8.1
-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')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('18795801763059269573015f33f16651a1fd36bc')
-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 121154, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-21 13:22:07 UTC (rev 121155)
@@ -0,0 +1,44 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.8.1
+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"
+        "update_wm_name.diff")
+sha1sums=('18795801763059269573015f33f16651a1fd36bc'
+          '45c1228e51dbcec7c9e17e665115e81c81b89e32')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    patch -Np1 -i "${srcdir}/update_wm_name.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-10-21 13:21:44 UTC (rev 121154)
+++ community-x86_64/mate-panel.install	2014-10-21 13:22:07 UTC (rev 121155)
@@ -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 121154, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-x86_64/mate-panel.install	                        (rev 0)
+++ community-x86_64/mate-panel.install	2014-10-21 13:22:07 UTC (rev 121155)
@@ -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
+}

Copied: mate-panel/repos/community-x86_64/update_wm_name.diff (from rev 121154, mate-panel/trunk/update_wm_name.diff)
===================================================================
--- community-x86_64/update_wm_name.diff	                        (rev 0)
+++ community-x86_64/update_wm_name.diff	2014-10-21 13:22:07 UTC (rev 121155)
@@ -0,0 +1,13 @@
+diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c
+index bf6e365..4a568bd 100644
+--- a/applets/wncklet/workspace-switcher.c
++++ b/applets/wncklet/workspace-switcher.c
+@@ -144,7 +144,7 @@ static void window_manager_changed(WnckScreen* screen, PagerData* pager)
+ 
+ 	if (!wm_name)
+ 		pager->wm = PAGER_WM_UNKNOWN;
+-	else if (strcmp(wm_name, "Marco") == 0)
++	else if (strcmp(wm_name, "Metacity (Marco)") == 0)
+ 		pager->wm = PAGER_WM_MARCO;
+ 	else if (strcmp(wm_name, "Compiz") == 0)
+ 		pager->wm = PAGER_WM_COMPIZ;



More information about the arch-commits mailing list