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

Pierre Schmitz pierre at nymeria.archlinux.org
Mon Oct 21 11:29:10 UTC 2013


    Date: Monday, October 21, 2013 @ 13:29:09
  Author: pierre
Revision: 196957

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

Added:
  psi/repos/testing-i686/
  psi/repos/testing-i686/PKGBUILD
    (from rev 196956, psi/trunk/PKGBUILD)
  psi/repos/testing-i686/archlinux.patch
    (from rev 196956, psi/trunk/archlinux.patch)
  psi/repos/testing-i686/psi.install
    (from rev 196956, psi/trunk/psi.install)
  psi/repos/testing-x86_64/
  psi/repos/testing-x86_64/PKGBUILD
    (from rev 196956, psi/trunk/PKGBUILD)
  psi/repos/testing-x86_64/archlinux.patch
    (from rev 196956, psi/trunk/archlinux.patch)
  psi/repos/testing-x86_64/psi.install
    (from rev 196956, psi/trunk/psi.install)

--------------------------------+
 testing-i686/PKGBUILD          |   34 ++++++++++++++++++++++++++++++++++
 testing-i686/archlinux.patch   |   11 +++++++++++
 testing-i686/psi.install       |   12 ++++++++++++
 testing-x86_64/PKGBUILD        |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/archlinux.patch |   11 +++++++++++
 testing-x86_64/psi.install     |   12 ++++++++++++
 6 files changed, 114 insertions(+)

Copied: psi/repos/testing-i686/PKGBUILD (from rev 196956, psi/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-10-21 11:29:09 UTC (rev 196957)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=psi
+pkgver=0.15
+pkgrel=2
+pkgdesc='Instant messaging application designed for the Jabber IM'
+url='http://psi-im.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qca-ossl' 'qca-gnupg' 'enchant' 'libxss' 'xdg-utils')
+makedepends=('icu')
+install='psi.install'
+source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2"
+        'archlinux.patch')
+md5sums=('aea15f17cf93e7cea52f305523f761be'
+         '2ed44ef84007b5b7f9a3f0a4f5f6a86d')
+
+prepare() {
+	cd ${srcdir}/psi-${pkgver}
+	patch -p0 -i ${srcdir}/archlinux.patch
+}
+
+build() {
+	cd ${srcdir}/psi-${pkgver}
+	./configure --prefix=/usr --release --no-separate-debug-info
+	make
+}
+
+package() {
+	cd ${srcdir}/psi-${pkgver}
+	make INSTALL_ROOT=${pkgdir} install
+	rm -rf ${pkgdir}/usr/share/psi/certs/
+}

Copied: psi/repos/testing-i686/archlinux.patch (from rev 196956, psi/trunk/archlinux.patch)
===================================================================
--- testing-i686/archlinux.patch	                        (rev 0)
+++ testing-i686/archlinux.patch	2013-10-21 11:29:09 UTC (rev 196957)
@@ -0,0 +1,11 @@
+--- src/systeminfo.cpp	2012-10-04 02:53:03.000000000 +0200
++++ src/systeminfo.cpp	2012-10-04 07:18:45.111088591 +0200
+@@ -114,7 +114,7 @@
+ 		{ LinuxSlackware,	OsAppendFile,	"/etc/slackware-version",	"Slackware Linux"	},
+ 		{ LinuxPLD,		OsUseFile,	"/etc/pld-release",		"PLD Linux"		},
+ 		{ LinuxAurox,		OsUseName,	"/etc/aurox-release",		"Aurox Linux"		},
+-		{ LinuxArch,		OsUseFile,	"/etc/arch-release",		"Arch Linux"		},
++		{ LinuxArch,		OsUseName,	"/etc/arch-release",		"Arch Linux"		},
+ 		{ LinuxLFS,		OsAppendFile,	"/etc/lfs-release",		"LFS Linux"		},
+ 
+ 		// untested

Copied: psi/repos/testing-i686/psi.install (from rev 196956, psi/trunk/psi.install)
===================================================================
--- testing-i686/psi.install	                        (rev 0)
+++ testing-i686/psi.install	2013-10-21 11:29:09 UTC (rev 196957)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: psi/repos/testing-x86_64/PKGBUILD (from rev 196956, psi/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-10-21 11:29:09 UTC (rev 196957)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=psi
+pkgver=0.15
+pkgrel=2
+pkgdesc='Instant messaging application designed for the Jabber IM'
+url='http://psi-im.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qca-ossl' 'qca-gnupg' 'enchant' 'libxss' 'xdg-utils')
+makedepends=('icu')
+install='psi.install'
+source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2"
+        'archlinux.patch')
+md5sums=('aea15f17cf93e7cea52f305523f761be'
+         '2ed44ef84007b5b7f9a3f0a4f5f6a86d')
+
+prepare() {
+	cd ${srcdir}/psi-${pkgver}
+	patch -p0 -i ${srcdir}/archlinux.patch
+}
+
+build() {
+	cd ${srcdir}/psi-${pkgver}
+	./configure --prefix=/usr --release --no-separate-debug-info
+	make
+}
+
+package() {
+	cd ${srcdir}/psi-${pkgver}
+	make INSTALL_ROOT=${pkgdir} install
+	rm -rf ${pkgdir}/usr/share/psi/certs/
+}

Copied: psi/repos/testing-x86_64/archlinux.patch (from rev 196956, psi/trunk/archlinux.patch)
===================================================================
--- testing-x86_64/archlinux.patch	                        (rev 0)
+++ testing-x86_64/archlinux.patch	2013-10-21 11:29:09 UTC (rev 196957)
@@ -0,0 +1,11 @@
+--- src/systeminfo.cpp	2012-10-04 02:53:03.000000000 +0200
++++ src/systeminfo.cpp	2012-10-04 07:18:45.111088591 +0200
+@@ -114,7 +114,7 @@
+ 		{ LinuxSlackware,	OsAppendFile,	"/etc/slackware-version",	"Slackware Linux"	},
+ 		{ LinuxPLD,		OsUseFile,	"/etc/pld-release",		"PLD Linux"		},
+ 		{ LinuxAurox,		OsUseName,	"/etc/aurox-release",		"Aurox Linux"		},
+-		{ LinuxArch,		OsUseFile,	"/etc/arch-release",		"Arch Linux"		},
++		{ LinuxArch,		OsUseName,	"/etc/arch-release",		"Arch Linux"		},
+ 		{ LinuxLFS,		OsAppendFile,	"/etc/lfs-release",		"LFS Linux"		},
+ 
+ 		// untested

Copied: psi/repos/testing-x86_64/psi.install (from rev 196956, psi/trunk/psi.install)
===================================================================
--- testing-x86_64/psi.install	                        (rev 0)
+++ testing-x86_64/psi.install	2013-10-21 11:29:09 UTC (rev 196957)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list