diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-02-05 16:00:46 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-02-05 16:00:46 -0200 |
commit | 3719db7f8688d7aa8cbfcf5461c08fb11d9907a6 (patch) | |
tree | d6cb4442ac060945da25536d07693bd12352a372 /libre/psi | |
parent | 5b6cc16fa11a4856264a88a2c926ddfa50c868fd (diff) | |
parent | 30b9c3200914ec089fab9d079cac4e67c9cba55e (diff) | |
download | abslibre-3719db7f8688d7aa8cbfcf5461c08fb11d9907a6.tar.gz abslibre-3719db7f8688d7aa8cbfcf5461c08fb11d9907a6.tar.bz2 abslibre-3719db7f8688d7aa8cbfcf5461c08fb11d9907a6.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/psi')
-rw-r--r-- | libre/psi/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/psi/parabola.patch | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libre/psi/PKGBUILD b/libre/psi/PKGBUILD index e37c37f05..c4150075f 100644 --- a/libre/psi/PKGBUILD +++ b/libre/psi/PKGBUILD @@ -4,7 +4,7 @@ pkgname=psi pkgver=0.15 -pkgrel=2 +pkgrel=2.2 pkgdesc='Instant messaging application designed for the Jabber IM (Parabola rebranded)' url='http://psi-im.org/' license=('GPL') @@ -15,7 +15,7 @@ install='psi.install' source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2" 'parabola.patch') md5sums=('aea15f17cf93e7cea52f305523f761be' - 'a641b77517c82c6e1f254d5595a25113') + '8a5c799ad8b6fd5310d4a849c324c82c') prepare() { cd ${srcdir}/psi-${pkgver} diff --git a/libre/psi/parabola.patch b/libre/psi/parabola.patch index cafe67fa1..9d41bffc4 100644 --- a/libre/psi/parabola.patch +++ b/libre/psi/parabola.patch @@ -25,7 +25,7 @@ }; enum OsFlags { -@@ -106,24 +90,7 @@ +@@ -106,24 +90,8 @@ QString file; QString name; } osInfo[] = { @@ -47,7 +47,8 @@ - - // 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/arch-release", "Parabola GNU/Linux-libre" }, ++ { LinuxParabola, OsUseName, "/etc/parabola-release", "Parabola GNU/Linux-libre" }, ++ { LinuxParabola, OsUseFile, "/etc/parabola-release", "Parabola GNU/Linux-libre" }, { LinuxNone, OsUseName, "", "" } }; |