diff options
-rw-r--r-- | deskutils/logjam/Makefile | 6 | ||||
-rw-r--r-- | deskutils/logjam/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/logjam/pkg-plist | 1 |
3 files changed, 4 insertions, 10 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 9d7d9549a65a..749ea9b67d81 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -13,7 +13,7 @@ COMMENT= GTK2 interface to livejournals, ie www.livejournal.com LIB_DEPENDS= libcurl.so:ftp/curl \ libdbus-glib-1.so:devel/dbus-glib -OPTIONS_DEFINE= GTKSPELL SQLITE XMMS GTKHTML RSVG +OPTIONS_DEFINE= GTKSPELL SQLITE GTKHTML RSVG OPTIONS_DEFAULT= GTKSPELL OPTIONS_SUB= yes @@ -21,7 +21,6 @@ GTKSPELL_DESC= Support spell checking GTKHTML_DESC= Support rendering HTML RSVG_DESC= Support rendering SVG SQLITE_DESC= Use sqlite3 as a backend -XMMS_DESC= Enable XMMS music detection USES= gettext gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes @@ -36,9 +35,6 @@ GTKSPELL_CONFIGURE_WITH= gtkspell SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -XMMS_LIB_DEPENDS= libxmms.so:multimedia/xmms -XMMS_CONFIGURE_WITH= xmms - GTKHTML_USE= GNOME=gtkhtml3 GTKHTML_CONFIGURE_WITH= gtkhtml diff --git a/deskutils/logjam/pkg-descr b/deskutils/logjam/pkg-descr index 24d15377b9c4..caaff1665acd 100644 --- a/deskutils/logjam/pkg-descr +++ b/deskutils/logjam/pkg-descr @@ -1,9 +1,8 @@ "LiveJournal.com... because you like to think other people care." LogJam is a GTK2 client for the LiveJournal API. It sits unobtrusively in the corner of your screen, waiting for you to have something worthwhile to tell the -world. It can read your current music from XMMS, spellcheck with gtkspell, -and offers preview capabilities using gtkhtml3. It will interface with any -site running LiveJournal, not just www.livejournal.com, and can create -offline copies of your journal. +world. It can spellcheck with gtkspell and offers preview capabilities +using gtkhtml3. It will interface with any site running LiveJournal, not +just www.livejournal.com, and can create offline copies of your journal. WWW: http://logjam.danga.com/ diff --git a/deskutils/logjam/pkg-plist b/deskutils/logjam/pkg-plist index 2393bbd255a5..ec771a4df332 100644 --- a/deskutils/logjam/pkg-plist +++ b/deskutils/logjam/pkg-plist @@ -1,6 +1,5 @@ bin/logjam man/man1/logjam.1.gz -%%XMMS%%bin/logjam-xmms-client share/applications/logjam.desktop share/pixmaps/logjam_goat.png share/pixmaps/logjam_pencil.png |