Fix dependencies.
Add CONFIGURE_SHARED. Tweak DESCR.
This commit is contained in:
parent
0bd618ce70
commit
98ba6ee847
@ -1,9 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/07/21 07:14:46 jasper Exp $
|
# $OpenBSD: Makefile,v 1.2 2009/07/21 07:35:34 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= Gtk-based GUI client for Twitter
|
COMMENT= Gtk-based GUI client for Twitter
|
||||||
|
|
||||||
GNOME_PROJECT= twitux
|
GNOME_PROJECT= twitux
|
||||||
GNOME_VERSION= 0.69
|
GNOME_VERSION= 0.69
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
|
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
HOMEPAGE= http://live.gnome.org/DanielMorales/Twitux
|
HOMEPAGE= http://live.gnome.org/DanielMorales/Twitux
|
||||||
@ -19,16 +21,15 @@ EXTRACT_SUFX= .tar.bz2
|
|||||||
|
|
||||||
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
||||||
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1
|
||||||
WANTLIB += dbus-glib-1 expat fontconfig freetype gconf-2 gcrypt
|
WANTLIB += dbus-glib-1 expat fontconfig freetype gcrypt gdk-x11-2.0
|
||||||
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 gnutls
|
||||||
WANTLIB += gnutls gobject-2.0 gpg-error gthread-2.0 gtk-x11-2.0
|
WANTLIB += gobject-2.0 gpg-error gthread-2.0 gtk-x11-2.0 ltdl
|
||||||
WANTLIB += ltdl m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
WANTLIB += m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||||
WANTLIB += png pthread stdc++ tasn1 vorbis vorbisfile xml2 z
|
WANTLIB += png pthread stdc++ tasn1 vorbis vorbisfile xml2 z
|
||||||
|
|
||||||
BUILD_DEPENDS = :gnome-doc-utils-*:x11/gnome/doc-utils \
|
BUILD_DEPENDS= iso-codes-*:devel/iso-codes
|
||||||
iso-codes-*:devel/iso-codes
|
|
||||||
|
|
||||||
LIB_DEPENDS = soup-2.4::devel/libsoup,-gnome \
|
LIB_DEPENDS= soup-2.4::devel/libsoup \
|
||||||
sexy::x11/libsexy \
|
sexy::x11/libsexy \
|
||||||
gnome-keyring::x11/gnome/keyring \
|
gnome-keyring::x11/gnome/keyring \
|
||||||
notify::devel/libnotify \
|
notify::devel/libnotify \
|
||||||
@ -44,7 +45,7 @@ MODGCONF2_SCHEMAS_DIR= twitux
|
|||||||
MODGNOME_HELP_FILES= Yes
|
MODGNOME_HELP_FILES= Yes
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ARGS+= --disable-schemas-install \
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||||
--enable-dbus=yes \
|
--enable-dbus=yes \
|
||||||
--enable-gnome-keyring=yes \
|
--enable-gnome-keyring=yes \
|
||||||
--enable-spell=yes
|
--enable-spell=yes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Twitux is a free and open source GTK+ application for Twitter. You can:
|
Twitux is a free and open source GTK+ application for Twitter. You can:
|
||||||
Send status, view friend status and see what they are doing, send direct
|
Send status, view friend status and see what they are doing, send direct
|
||||||
messages to your Twitter friends, GUI notifications when a friend
|
messages to your Twitter friends, GUI notifications when a friend
|
||||||
updates their status.. and more.
|
updates their status and more.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user