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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 12:22:05 UTC 2014


    Date: Tuesday, July 1, 2014 @ 14:22:05
  Author: spupykin
Revision: 114037

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

Added:
  ico2xpm/repos/community-i686/ChangeLog
    (from rev 114036, ico2xpm/trunk/ChangeLog)
  ico2xpm/repos/community-i686/PKGBUILD
    (from rev 114036, ico2xpm/trunk/PKGBUILD)
  ico2xpm/repos/community-x86_64/ChangeLog
    (from rev 114036, ico2xpm/trunk/ChangeLog)
  ico2xpm/repos/community-x86_64/PKGBUILD
    (from rev 114036, ico2xpm/trunk/PKGBUILD)
Deleted:
  ico2xpm/repos/community-i686/ChangeLog
  ico2xpm/repos/community-i686/PKGBUILD
  ico2xpm/repos/community-x86_64/ChangeLog
  ico2xpm/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    4 +++
 /PKGBUILD                  |   48 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    2 -
 community-i686/PKGBUILD    |   24 ---------------------
 community-x86_64/ChangeLog |    2 -
 community-x86_64/PKGBUILD  |   24 ---------------------
 6 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-07-01 12:21:53 UTC (rev 114036)
+++ community-i686/ChangeLog	2014-07-01 12:22:05 UTC (rev 114037)
@@ -1,2 +0,0 @@
-2007-06-26 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64

Copied: ico2xpm/repos/community-i686/ChangeLog (from rev 114036, ico2xpm/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-07-01 12:22:05 UTC (rev 114037)
@@ -0,0 +1,2 @@
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 12:21:53 UTC (rev 114036)
+++ community-i686/PKGBUILD	2014-07-01 12:22:05 UTC (rev 114037)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=ico2xpm
-pkgver=1.3
-pkgrel=1
-pkgdesc="A utility which converts Windows icons into X pixmaps"
-arch=('i686' 'x86_64')
-url="http://ico2xpm.sourceforge.net/"
-license=('GPL')
-source=(http://downloads.sourceforge.net/ico2xpm/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz)
-md5sums=('fbae5631281cb6b48ca31f78bbbcba85')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-}

Copied: ico2xpm/repos/community-i686/PKGBUILD (from rev 114036, ico2xpm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 12:22:05 UTC (rev 114037)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ico2xpm
+pkgver=1.3
+pkgrel=2
+pkgdesc="A utility which converts Windows icons into X pixmaps"
+arch=('i686' 'x86_64')
+url="http://ico2xpm.sourceforge.net/"
+license=('GPL')
+source=(http://downloads.sourceforge.net/ico2xpm/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz)
+md5sums=('fbae5631281cb6b48ca31f78bbbcba85')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-07-01 12:21:53 UTC (rev 114036)
+++ community-x86_64/ChangeLog	2014-07-01 12:22:05 UTC (rev 114037)
@@ -1,2 +0,0 @@
-2007-06-26 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64

Copied: ico2xpm/repos/community-x86_64/ChangeLog (from rev 114036, ico2xpm/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-07-01 12:22:05 UTC (rev 114037)
@@ -0,0 +1,2 @@
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 12:21:53 UTC (rev 114036)
+++ community-x86_64/PKGBUILD	2014-07-01 12:22:05 UTC (rev 114037)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=ico2xpm
-pkgver=1.3
-pkgrel=1
-pkgdesc="A utility which converts Windows icons into X pixmaps"
-arch=('i686' 'x86_64')
-url="http://ico2xpm.sourceforge.net/"
-license=('GPL')
-source=(http://downloads.sourceforge.net/ico2xpm/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz)
-md5sums=('fbae5631281cb6b48ca31f78bbbcba85')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-}

Copied: ico2xpm/repos/community-x86_64/PKGBUILD (from rev 114036, ico2xpm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 12:22:05 UTC (rev 114037)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ico2xpm
+pkgver=1.3
+pkgrel=2
+pkgdesc="A utility which converts Windows icons into X pixmaps"
+arch=('i686' 'x86_64')
+url="http://ico2xpm.sourceforge.net/"
+license=('GPL')
+source=(http://downloads.sourceforge.net/ico2xpm/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz)
+md5sums=('fbae5631281cb6b48ca31f78bbbcba85')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}




More information about the arch-commits mailing list