summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-24 16:44:45 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-24 16:44:45 +0000
commit177e8d358dab6ac0b2945aeaaa8bdd159350a19a (patch)
tree08780f1915ed50ad4e41368e23986c5908619ba7 /net-im/linpopup
parentVersion bumped. Closes 45251 (Manifest recommit) (diff)
downloadgentoo-2-177e8d358dab6ac0b2945aeaaa8bdd159350a19a.tar.gz
gentoo-2-177e8d358dab6ac0b2945aeaaa8bdd159350a19a.tar.bz2
gentoo-2-177e8d358dab6ac0b2945aeaaa8bdd159350a19a.zip
Version bumped. Closes 45596
Diffstat (limited to 'net-im/linpopup')
-rw-r--r--net-im/linpopup/ChangeLog9
-rw-r--r--net-im/linpopup/Manifest6
-rw-r--r--net-im/linpopup/files/digest-linpopup-2.0.31
-rw-r--r--net-im/linpopup/linpopup-2.0.3.ebuild55
4 files changed, 67 insertions, 4 deletions
diff --git a/net-im/linpopup/ChangeLog b/net-im/linpopup/ChangeLog
index d35d4f87a487..2a295b3a0d97 100644
--- a/net-im/linpopup/ChangeLog
+++ b/net-im/linpopup/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/linpopup
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.5 2004/03/01 20:37:00 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.6 2004/03/24 16:44:43 mholzer Exp $
+
+*linpopup-2.0.3 (24 Mar 2004)
+
+ 24 Mar 2004; Martin Holzer <mholzer@gentoo.org> linpopup-2.0.3.ebuild:
+ Version bumped. Closes 45596
*linpopup-2.0.2 (25 Sep 2003)
diff --git a/net-im/linpopup/Manifest b/net-im/linpopup/Manifest
index 3c6d348a2491..4bf817d2bf13 100644
--- a/net-im/linpopup/Manifest
+++ b/net-im/linpopup/Manifest
@@ -1,6 +1,8 @@
-MD5 60fe09bef8971bb071ee37beb3c14ea3 linpopup-2.0.2.ebuild 1544
MD5 f43d01c82f73619d1e883759dcb40bab linpopup-1.2.0.ebuild 1809
+MD5 60fe09bef8971bb071ee37beb3c14ea3 linpopup-2.0.2.ebuild 1544
MD5 a4237293aaa3717d7bef9566532cd31f ChangeLog 647
+MD5 4daf7266b77ffb5140993b759b9af4d1 linpopup-2.0.3.ebuild 1523
+MD5 9826f5d77f45e163e2dd389dc327da37 files/digest-linpopup-2.0.3 67
MD5 64959795c47be33ab1bf172f96c02371 files/linpopup.desktop 188
-MD5 535a60b1905be6c3c0349c488220e30c files/digest-linpopup-1.2.0 70
MD5 cc6067f86d972179bff61a52dbec66fa files/digest-linpopup-2.0.2 67
+MD5 535a60b1905be6c3c0349c488220e30c files/digest-linpopup-1.2.0 70
diff --git a/net-im/linpopup/files/digest-linpopup-2.0.3 b/net-im/linpopup/files/digest-linpopup-2.0.3
new file mode 100644
index 000000000000..f3ce7c5aabff
--- /dev/null
+++ b/net-im/linpopup/files/digest-linpopup-2.0.3
@@ -0,0 +1 @@
+MD5 5690b4482e7f9621417f97ceefadac97 linpopup-2.0.3.tar.bz2 126257
diff --git a/net-im/linpopup/linpopup-2.0.3.ebuild b/net-im/linpopup/linpopup-2.0.3.ebuild
new file mode 100644
index 000000000000..d03b6ea1529c
--- /dev/null
+++ b/net-im/linpopup/linpopup-2.0.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.3.ebuild,v 1.1 2004/03/24 16:44:43 mholzer Exp $
+
+inherit gnome2
+
+DESCRIPTION="GTK2 port of the LinPopUp messaging client for Samba (including Samba 3)"
+HOMEPAGE="http://linpopup2.sourceforge.net/"
+SRC_URI="mirror://sourceforge/linpopup2/${P}.tar.bz2"
+RESTRICT="nomirror"
+
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND=">=x11-libs/gtk+-2
+ >=dev-libs/glib-2
+ >=net-fs/samba-2.2.8a"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS BUGS COPYING ChangeLog INSTALL MANUAL NEWS README THANKS TODO"
+
+S=${WORKDIR}/${P}
+
+src_install() {
+ # Install icon and .desktop for menu entry
+ if [ `use gnome` ] ; then
+ insinto /usr/share/pixmaps
+ newins ${S}/pixmaps/icon_256.xpm linpopup.xpm
+ insinto /usr/share/applications
+ doins ${FILESDIR}/linpopup.desktop
+ fi
+
+ gnome2_src_install
+}
+
+pkg_postinst() {
+ echo
+ einfo "To be able to receive messages that are sent to you, you will need to"
+ einfo "edit your /etc/samba/smb.conf file."
+ einfo
+ einfo "Add this line to the [global settings] section:"
+ einfo
+ einfo " message command = /usr/bin/linpopup \"%f\" \"%m\" %s; rm %s"
+ einfo
+ einfo "PLEASE NOTE that \"%f\" is not the same thing as %f , '%f' or %f"
+ einfo "and take care to enter \"%f\" \"%m\" %s exactly as shown above."
+ einfo
+ einfo "For more information, please refer to the documentation, found in"
+ einfo "/usr/share/doc/${P}/"
+ echo
+}