From 224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 26 Aug 2014 07:04:44 -0300 Subject: add parabola suffix on some packages --- libre/psi/PKGBUILD | 35 ------------------------------- libre/psi/parabola.patch | 54 ------------------------------------------------ libre/psi/psi.install | 12 ----------- 3 files changed, 101 deletions(-) delete mode 100644 libre/psi/PKGBUILD delete mode 100644 libre/psi/parabola.patch delete mode 100644 libre/psi/psi.install (limited to 'libre/psi') diff --git a/libre/psi/PKGBUILD b/libre/psi/PKGBUILD deleted file mode 100644 index e5903d9d5..000000000 --- a/libre/psi/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 196956 2013-10-21 11:28:57Z pierre $ -# Maintainer (Arch): Pierre Schmitz -# Maintainer: André Silva - -pkgname=psi -pkgver=0.15 -pkgrel=2.2 -pkgdesc='Instant messaging application designed for the Jabber IM (Parabola rebranded)' -url='http://psi-im.org/' -license=('GPL') -arch=('i686' 'x86_64' 'mips64el') -depends=('qca-ossl' 'qca-gnupg' 'enchant' 'libxss' 'xdg-utils') -makedepends=('icu') -install='psi.install' -source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2" - 'parabola.patch') -md5sums=('aea15f17cf93e7cea52f305523f761be' - '8a5c799ad8b6fd5310d4a849c324c82c') - -prepare() { - cd ${srcdir}/psi-${pkgver} - patch -p0 -i ${srcdir}/parabola.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/ -} diff --git a/libre/psi/parabola.patch b/libre/psi/parabola.patch deleted file mode 100644 index 9d41bffc4..000000000 --- a/libre/psi/parabola.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- src/systeminfo.cpp 2012-10-03 21:53:03.000000000 -0300 -+++ src/systeminfo.cpp 2013-03-25 21:27:28.691880863 -0300 -@@ -75,23 +75,7 @@ - enum LinuxName { - LinuxNone = 0, - -- LinuxMandrake, -- LinuxDebian, -- LinuxRedHat, -- LinuxGentoo, -- LinuxExherbo, -- LinuxSlackware, -- LinuxSuSE, -- LinuxConectiva, -- LinuxCaldera, -- LinuxLFS, -- -- LinuxASP, // Russian Linux distros -- LinuxALT, -- -- LinuxPLD, // Polish Linux distros -- LinuxAurox, -- LinuxArch -+ LinuxParabola - }; - - enum OsFlags { -@@ -106,24 +90,8 @@ - QString file; - QString name; - } osInfo[] = { -- { LinuxMandrake, OsUseFile, "/etc/mandrake-release", "Mandrake Linux" }, -- { LinuxDebian, OsAppendFile, "/etc/debian_version", "Debian GNU/Linux" }, -- { LinuxGentoo, OsUseFile, "/etc/gentoo-release", "Gentoo Linux" }, -- { LinuxExherbo, OsUseName, "/etc/exherbo-release", "Exherbo Linux" }, -- { LinuxArch, OsUseName, "/etc/arch-release", "Arch Linux" }, -- { 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" }, -- { LinuxLFS, OsAppendFile, "/etc/lfs-release", "LFS Linux" }, -- -- // untested -- { LinuxSuSE, OsUseFile, "/etc/SuSE-release", "SuSE Linux" }, -- { LinuxConectiva, OsUseFile, "/etc/conectiva-release", "Conectiva Linux" }, -- { LinuxCaldera, OsUseFile, "/etc/.installed", "Caldera Linux" }, -- -- // many distros use the /etc/redhat-release for compatibility, so RedHat will be the last :) -- { LinuxRedHat, OsUseFile, "/etc/redhat-release", "RedHat Linux" }, -+ { LinuxParabola, OsUseName, "/etc/parabola-release", "Parabola GNU/Linux-libre" }, -+ { LinuxParabola, OsUseFile, "/etc/parabola-release", "Parabola GNU/Linux-libre" }, - - { LinuxNone, OsUseName, "", "" } - }; diff --git a/libre/psi/psi.install b/libre/psi/psi.install deleted file mode 100644 index 464d2e625..000000000 --- a/libre/psi/psi.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf