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

Florian Pritz bluewind at archlinux.org
Thu Jul 2 09:10:05 UTC 2015


    Date: Thursday, July 2, 2015 @ 11:10:04
  Author: bluewind
Revision: 136253

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

Added:
  obconf/repos/community-i686/PKGBUILD
    (from rev 136252, obconf/trunk/PKGBUILD)
  obconf/repos/community-i686/obconf.install
    (from rev 136252, obconf/trunk/obconf.install)
  obconf/repos/community-x86_64/PKGBUILD
    (from rev 136252, obconf/trunk/PKGBUILD)
  obconf/repos/community-x86_64/obconf.install
    (from rev 136252, obconf/trunk/obconf.install)
Deleted:
  obconf/repos/community-i686/PKGBUILD
  obconf/repos/community-i686/obconf.install
  obconf/repos/community-x86_64/PKGBUILD
  obconf/repos/community-x86_64/obconf.install

---------------------------------+
 /PKGBUILD                       |   60 ++++++++++++++++++++++++++++++++++++++
 /obconf.install                 |   24 +++++++++++++++
 community-i686/PKGBUILD         |   30 -------------------
 community-i686/obconf.install   |   12 -------
 community-x86_64/PKGBUILD       |   30 -------------------
 community-x86_64/obconf.install |   12 -------
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-02 09:10:00 UTC (rev 136252)
+++ community-i686/PKGBUILD	2015-07-02 09:10:04 UTC (rev 136253)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=obconf
-pkgver=2.0.4
-pkgrel=2
-pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
-arch=('i686' 'x86_64')
-url="http://openbox.org/wiki/ObConf:About"
-license=('GPL')
-depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm')
-install=${pkgname}.install
-source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  #./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: obconf/repos/community-i686/PKGBUILD (from rev 136252, obconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-02 09:10:04 UTC (rev 136253)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=obconf
+pkgver=2.0.4
+pkgrel=3
+pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
+arch=('i686' 'x86_64')
+url="http://openbox.org/wiki/ObConf:About"
+license=('GPL')
+depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm' 'libobrender.so')
+install=${pkgname}.install
+source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  #./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/obconf.install
===================================================================
--- community-i686/obconf.install	2015-07-02 09:10:00 UTC (rev 136252)
+++ community-i686/obconf.install	2015-07-02 09:10:04 UTC (rev 136253)
@@ -1,12 +0,0 @@
-post_install() {
-    update-desktop-database -q
-    update-mime-database /usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: obconf/repos/community-i686/obconf.install (from rev 136252, obconf/trunk/obconf.install)
===================================================================
--- community-i686/obconf.install	                        (rev 0)
+++ community-i686/obconf.install	2015-07-02 09:10:04 UTC (rev 136253)
@@ -0,0 +1,12 @@
+post_install() {
+    update-desktop-database -q
+    update-mime-database /usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-02 09:10:00 UTC (rev 136252)
+++ community-x86_64/PKGBUILD	2015-07-02 09:10:04 UTC (rev 136253)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=obconf
-pkgver=2.0.4
-pkgrel=2
-pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
-arch=('i686' 'x86_64')
-url="http://openbox.org/wiki/ObConf:About"
-license=('GPL')
-depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm')
-install=${pkgname}.install
-source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  #./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: obconf/repos/community-x86_64/PKGBUILD (from rev 136252, obconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-02 09:10:04 UTC (rev 136253)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=obconf
+pkgver=2.0.4
+pkgrel=3
+pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
+arch=('i686' 'x86_64')
+url="http://openbox.org/wiki/ObConf:About"
+license=('GPL')
+depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm' 'libobrender.so')
+install=${pkgname}.install
+source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  #./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/obconf.install
===================================================================
--- community-x86_64/obconf.install	2015-07-02 09:10:00 UTC (rev 136252)
+++ community-x86_64/obconf.install	2015-07-02 09:10:04 UTC (rev 136253)
@@ -1,12 +0,0 @@
-post_install() {
-    update-desktop-database -q
-    update-mime-database /usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: obconf/repos/community-x86_64/obconf.install (from rev 136252, obconf/trunk/obconf.install)
===================================================================
--- community-x86_64/obconf.install	                        (rev 0)
+++ community-x86_64/obconf.install	2015-07-02 09:10:04 UTC (rev 136253)
@@ -0,0 +1,12 @@
+post_install() {
+    update-desktop-database -q
+    update-mime-database /usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list