summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaciag.artur <maciag.artur@0805d722-a2c2-11dd-9b86-41075523de00>2009-06-25 16:32:23 +0000
committermaciag.artur <maciag.artur@0805d722-a2c2-11dd-9b86-41075523de00>2009-06-25 16:32:23 +0000
commit81e8d4c1eef2247ef278f4fd8cffdd30eb339490 (patch)
tree5334c83e05354fea494825a6a30866177cf325d0
parenttlen linux version bump (diff)
downloadpiczu-81e8d4c1eef2247ef278f4fd8cffdd30eb339490.tar.gz
piczu-81e8d4c1eef2247ef278f4fd8cffdd30eb339490.tar.bz2
piczu-81e8d4c1eef2247ef278f4fd8cffdd30eb339490.zip
tlenlinux: new version 7.0.1.35
git-svn-id: http://piczu-overlay.googlecode.com/svn/trunk@57 0805d722-a2c2-11dd-9b86-41075523de00
-rw-r--r--net-im/tlenlinux/Manifest6
-rw-r--r--net-im/tlenlinux/tlenlinux-7.0.1.35.ebuild (renamed from net-im/tlenlinux/tlenlinux-7.0.1.28.ebuild)15
2 files changed, 16 insertions, 5 deletions
diff --git a/net-im/tlenlinux/Manifest b/net-im/tlenlinux/Manifest
index 34b8fc0..287ac42 100644
--- a/net-im/tlenlinux/Manifest
+++ b/net-im/tlenlinux/Manifest
@@ -1,6 +1,6 @@
-DIST tlenlinux-7.0.1.28.bin 16345949 RMD160 2a5bfb82971d4757f1030add2e1b5f3b57cf5ddc SHA1 1efd0363f9f30edea31d3544d30d77f2c53a947a SHA256 2c34fe2c174454b83d3423153c3d0347dc4bd293f3381ba1216aa9f5b8b609f1
DIST tlenlinux-7.0.1.31.bin 16463404 RMD160 7a65e0877a04bde899f55577a337984fb0a5ac66 SHA1 b6f219b29e107309f6c2f1ecc3988bc14b4e3c78 SHA256 b96b63eb094c6cd028a0fd88cd2938ff2ff7a6284b1e9b5fcb28f2579fc9779a
-DIST tlenlinux64-7.0.1.28.bin 16981478 RMD160 1dc5f71959e600759a894794b0a8f7d96cb234d8 SHA1 e0a4b12ebcd4f4ef2fa19018fd5f7e2842498b60 SHA256 3bfdd013795555748c856e60e2591095e4478bcacb970f371e5527f4e0dac3b9
+DIST tlenlinux-7.0.1.35.bin 16796207 RMD160 ccdeafa5bfd72677f55db33a3a1c3afe4d8e0faa SHA1 c60ed69927189cf3320f15b5f46a922fc25d6ec5 SHA256 fec84a29a9261e3d48f52d5f9eabe491523c55681a95525853745193d86371a4
DIST tlenlinux64-7.0.1.31.bin 17100274 RMD160 ff5c1f9bc0c169fb1e5619f087a32cacb40d5362 SHA1 f56b4677633f5970aeefe4de07a4db6919b0e604 SHA256 7f8f3c21735bdfd935a66c66d46e18223602f4433184b19a280cce586ec7a5b9
-EBUILD tlenlinux-7.0.1.28.ebuild 1704 RMD160 ed4826035825927888cf57c3ecf15787bee95031 SHA1 85cd7e5fc81950ac0723f21278de3885f1a5c8a6 SHA256 a788fb9ecace8340ab2482059b9126a11ef775f9a695c0ba19bddfb4be2722f8
+DIST tlenlinux64-7.0.1.35.bin 17439617 RMD160 cde9943123a33dee65998d545b1ebc7fbea7ce12 SHA1 b8fbb201401594d27cab833195bb69cb7360bd1b SHA256 a37c7b4c83e933a1a386b0eccddabc7810a2f4bc98411ee342a3d09136323857
EBUILD tlenlinux-7.0.1.31.ebuild 1704 RMD160 ed4826035825927888cf57c3ecf15787bee95031 SHA1 85cd7e5fc81950ac0723f21278de3885f1a5c8a6 SHA256 a788fb9ecace8340ab2482059b9126a11ef775f9a695c0ba19bddfb4be2722f8
+EBUILD tlenlinux-7.0.1.35.ebuild 1966 RMD160 6ba90ac7bed2affcbe97652783595d2b8c9805b8 SHA1 47693ba4b5b5289bab9270aaa1907c791b7151ed SHA256 220badd4d74cc3f606f7da36da312bced7dfa69cbebbf4bb2f765ed9a85c0e19
diff --git a/net-im/tlenlinux/tlenlinux-7.0.1.28.ebuild b/net-im/tlenlinux/tlenlinux-7.0.1.35.ebuild
index 631dece..1931252 100644
--- a/net-im/tlenlinux/tlenlinux-7.0.1.28.ebuild
+++ b/net-im/tlenlinux/tlenlinux-7.0.1.35.ebuild
@@ -4,7 +4,7 @@
EAPI="2"
-inherit eutils
+inherit fdo-mime eutils
DESCRIPTION="Tlen IM client"
HOMEPAGE="http://tlen.pl"
@@ -21,7 +21,8 @@ RESTRICT="strip"
RDEPEND="x11-libs/qt-gui:4
phonon? ( x11-libs/qt-phonon:4 )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ x11-misc/xdg-utils"
S=${WORKDIR}
@@ -57,6 +58,9 @@ src_install() {
# Install desktop file
insinto /usr/share/applications/
doins tlen.desktop
+ # Install mime type
+ insinto /usr/share/mime/packages/
+ doins tlen.pl-extension.xml
# Install symlink
dodir /usr/bin
dosym ${TLEN_DIR}/tlen /usr/bin/tlen
@@ -67,9 +71,16 @@ pkg_preinst() {
}
pkg_postinst() {
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
### @todo deactivate auto-update by default
elog "It is not recommended to use Updater plugin."
elog "You should deselect Updater in:"
elog "\"Tlen\" -> \"Preferences\" -> \"Plugins\"."
elog
}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
+}