[arch-commits] Commit in plank-config/repos (8 files)

Antonio Rojas arojas at archlinux.org
Sun Aug 7 10:58:04 UTC 2016


    Date: Sunday, August 7, 2016 @ 10:58:03
  Author: arojas
Revision: 185848

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

Added:
  plank-config/repos/community-i686/PKGBUILD
    (from rev 185847, plank-config/trunk/PKGBUILD)
  plank-config/repos/community-i686/plank-config-vala.patch
    (from rev 185847, plank-config/trunk/plank-config-vala.patch)
  plank-config/repos/community-x86_64/PKGBUILD
    (from rev 185847, plank-config/trunk/PKGBUILD)
  plank-config/repos/community-x86_64/plank-config-vala.patch
    (from rev 185847, plank-config/trunk/plank-config-vala.patch)
Deleted:
  plank-config/repos/community-i686/PKGBUILD
  plank-config/repos/community-i686/plank-config.install
  plank-config/repos/community-x86_64/PKGBUILD
  plank-config/repos/community-x86_64/plank-config.install

------------------------------------------+
 /PKGBUILD                                |   76 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD                  |   36 -------------
 community-i686/plank-config-vala.patch   |   11 ++++
 community-i686/plank-config.install      |   12 ----
 community-x86_64/PKGBUILD                |   36 -------------
 community-x86_64/plank-config-vala.patch |   11 ++++
 community-x86_64/plank-config.install    |   12 ----
 7 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-07 10:57:34 UTC (rev 185847)
+++ community-i686/PKGBUILD	2016-08-07 10:58:03 UTC (rev 185848)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Ernesto Ricart <ernest2193 at gmail.com>
-
-_pkgname=Plank-Config
-# Convert to lowercase
-pkgname=${_pkgname,,}
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A tool to configure Plank Dock"
-arch=('i686' 'x86_64')
-url="https://github.com/ernest21/Plank-Config/"
-license=('GPL')
-depends=('desktop-file-utils' 'libnotify' 'plank')
-makedepends=('vala')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    chmod +x ./autogen.sh
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: plank-config/repos/community-i686/PKGBUILD (from rev 185847, plank-config/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-07 10:58:03 UTC (rev 185848)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Ernesto Ricart <ernest2193 at gmail.com>
+
+_pkgname=Plank-Config
+# Convert to lowercase
+pkgname=${_pkgname,,}
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A tool to configure Plank Dock"
+arch=('i686' 'x86_64')
+url="https://github.com/ernest21/Plank-Config/"
+license=('GPL')
+depends=('libnotify' 'plank')
+makedepends=('vala')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz" plank-config-vala.patch)
+sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0'
+            '4593a3a387bbc4af0d3d9d04e6dc374fb1db5865029416cda36c4f0e89360579')
+
+prepare() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    patch -p1 -i ../plank-config-vala.patch
+
+    chmod +x ./autogen.sh
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: plank-config/repos/community-i686/plank-config-vala.patch (from rev 185847, plank-config/trunk/plank-config-vala.patch)
===================================================================
--- community-i686/plank-config-vala.patch	                        (rev 0)
+++ community-i686/plank-config-vala.patch	2016-08-07 10:58:03 UTC (rev 185848)
@@ -0,0 +1,11 @@
+--- Plank-Config-1.3.1/plank-config.vala.orig	2016-08-07 10:53:09.461707400 +0000
++++ Plank-Config-1.3.1/plank-config.vala	2016-08-07 10:53:40.401614789 +0000
+@@ -317,7 +317,7 @@
+         about.set_logo_icon_name(_("plank-config"));
+         about.set_documenters(documenters);
+         about.set_version ("1.3.1");
+-        about.add_credit_section(_("Contributors"), (string) contributors);
++        about.add_credit_section(_("Contributors"), contributors);
+         about.set_license_type(Gtk.License.GPL_2_0);
+ 
+         about.show_all();

Deleted: community-i686/plank-config.install
===================================================================
--- community-i686/plank-config.install	2016-08-07 10:57:34 UTC (rev 185847)
+++ community-i686/plank-config.install	2016-08-07 10:58:03 UTC (rev 185848)
@@ -1,12 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-07 10:57:34 UTC (rev 185847)
+++ community-x86_64/PKGBUILD	2016-08-07 10:58:03 UTC (rev 185848)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Ernesto Ricart <ernest2193 at gmail.com>
-
-_pkgname=Plank-Config
-# Convert to lowercase
-pkgname=${_pkgname,,}
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A tool to configure Plank Dock"
-arch=('i686' 'x86_64')
-url="https://github.com/ernest21/Plank-Config/"
-license=('GPL')
-depends=('desktop-file-utils' 'libnotify' 'plank')
-makedepends=('vala')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    chmod +x ./autogen.sh
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: plank-config/repos/community-x86_64/PKGBUILD (from rev 185847, plank-config/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-07 10:58:03 UTC (rev 185848)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Ernesto Ricart <ernest2193 at gmail.com>
+
+_pkgname=Plank-Config
+# Convert to lowercase
+pkgname=${_pkgname,,}
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A tool to configure Plank Dock"
+arch=('i686' 'x86_64')
+url="https://github.com/ernest21/Plank-Config/"
+license=('GPL')
+depends=('libnotify' 'plank')
+makedepends=('vala')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz" plank-config-vala.patch)
+sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0'
+            '4593a3a387bbc4af0d3d9d04e6dc374fb1db5865029416cda36c4f0e89360579')
+
+prepare() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    patch -p1 -i ../plank-config-vala.patch
+
+    chmod +x ./autogen.sh
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: plank-config/repos/community-x86_64/plank-config-vala.patch (from rev 185847, plank-config/trunk/plank-config-vala.patch)
===================================================================
--- community-x86_64/plank-config-vala.patch	                        (rev 0)
+++ community-x86_64/plank-config-vala.patch	2016-08-07 10:58:03 UTC (rev 185848)
@@ -0,0 +1,11 @@
+--- Plank-Config-1.3.1/plank-config.vala.orig	2016-08-07 10:53:09.461707400 +0000
++++ Plank-Config-1.3.1/plank-config.vala	2016-08-07 10:53:40.401614789 +0000
+@@ -317,7 +317,7 @@
+         about.set_logo_icon_name(_("plank-config"));
+         about.set_documenters(documenters);
+         about.set_version ("1.3.1");
+-        about.add_credit_section(_("Contributors"), (string) contributors);
++        about.add_credit_section(_("Contributors"), contributors);
+         about.set_license_type(Gtk.License.GPL_2_0);
+ 
+         about.show_all();

Deleted: community-x86_64/plank-config.install
===================================================================
--- community-x86_64/plank-config.install	2016-08-07 10:57:34 UTC (rev 185847)
+++ community-x86_64/plank-config.install	2016-08-07 10:58:03 UTC (rev 185848)
@@ -1,12 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
\ No newline at end of file



More information about the arch-commits mailing list