Add a dependency on x11/gtk+2,-guic.

This commit is contained in:
ajacoutot 2011-12-03 23:34:04 +00:00
parent 6701b34d5d
commit bdb6392800
46 changed files with 205 additions and 177 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.26 2011/10/03 06:42:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2011/12/03 23:34:04 ajacoutot Exp $
COMMENT= avant window navigator
V= 0.4.0
DISTNAME= avant-window-navigator-$V
REVISION= 1
REVISION= 2
SHARED_LIBS += awn 1.0 # .1.1
@ -44,7 +44,8 @@ RUN_DEPENDS= devel/desktop-file-utils \
devel/bzr \
devel/py-xdg \
x11/dbus-python \
x11/py-gtk2
x11/py-gtk2 \
x11/gtk+2,-guic
LIB_DEPENDS= devel/libgtop2 \
devel/libexecinfo \
devel/libwnck \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2011/09/28 06:44:33 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/avant-window-navigator
@bin bin/awn-applet
bin/awn-settings
@ -240,7 +240,7 @@ ${SCHEMAS_INSTDIR}/awn-applet-taskmanager.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
share/vala/vapi/awn.deps
share/vala/vapi/awn.vapi
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,15 +1,16 @@
# $OpenBSD: Makefile,v 1.66 2011/09/16 12:29:15 espie Exp $
# $OpenBSD: Makefile,v 1.67 2011/12/03 23:34:04 ajacoutot Exp $
COMMENT = K Desktop Environment, addons
CATEGORIES = x11 x11/kde
VERSION = 3.5.10
REVISION = 9
REVISION = 10
DISTNAME = kdeaddons-${VERSION}
MODKDE_VERSION = 3.5.8
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3 \
sdl-*-!no_x11:devel/sdl \
x11/kde/multimedia3 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.30 2010/05/15 08:48:01 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.31 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/atlantikdesigner
@bin bin/fsview
bin/jpegorient
@ -511,9 +511,9 @@ share/services/renimagedlg.desktop
share/services/webarchivethumbnail.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2011/09/16 12:29:15 espie Exp $
# $OpenBSD: Makefile,v 1.38 2011/12/03 23:34:04 ajacoutot Exp $
COMMENT = K Desktop Environment, admin tools
CATEGORIES = x11 x11/kde
@ -8,13 +8,14 @@ MODKDE_VERSION ?= 3.5.8
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3
FLAVORS = debug
SEPARATE_BUILD = flavored
REVISION = 5
REVISION = 6
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam idn jpeg kabc \
kresources kwalletclient lib/kde3/DCOP lib/kde3/kdecore>=6 \
lib/kde3/kdefx lib/kde3/kdeprint lib/kde3/kdesu lib/kde3/kdeui \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.15 2010/05/15 08:48:01 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.16 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/kcron
@bin bin/kpackage
@bin bin/kuser
@ -181,5 +181,5 @@ share/services/kfile_deb.desktop
share/services/kfile_rpm.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.105 2011/11/13 13:54:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.106 2011/12/03 23:37:39 ajacoutot Exp $
COMMENT-main = K Desktop Environment, basic applications
COMMENT-samba = K Desktop Environment, samba support
@ -34,7 +34,8 @@ WANTLIB = ICE SM X11 Xext Xrender art_lgpl_2 idn jpeg \
stdc++ util xcb z
RUN_DEPENDS-main =${RUN_DEPENDS} \
devel/desktop-file-utils
devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS-main = ${LIB_DEPENDS} \
openldap-client->=2,<3:databases/openldap \
@ -46,7 +47,7 @@ LIB_DEPENDS-samba = ${LIB_DEPENDS} \
net/samba>=3
REVISION-main = 15
REVISION-main = 16
WANTLIB-main = ${WANTLIB} GL GLU Half Iex IlmImf IlmThread Imath Xcomposite \
Xcursor Xdamage Xdamage Xfixes Xfixes Xft Xi Xinerama Xmu Xrandr Xss \
Xt Xtst Xxf86misc Xxf86vm Xxf86vm asn1 audiofile c com_err crypto drm \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.13 2011/03/21 00:58:19 ian Exp $
@comment $OpenBSD: PLIST-main,v 1.14 2011/12/03 23:37:39 ajacoutot Exp $
@conflict kdeartwork-<=3.4
@conflict kdeedu-<3.4
@pkgpath x11/kde/base3
@ -4797,10 +4797,10 @@ share/wallpapers/triplegears.jpg
share/wallpapers/triplegears.jpg.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/crystalsvg/hicolor 2>/dev/null || true
@exec %D/bin/genkdmconf --in %D/share/config/kdm || true
@extra share/apps/kdm/faces/.default.face.icon
@extra share/apps/kdm/faces/root.face.icon

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.76 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.77 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = K Desktop Environment, extra language support
CATEGORIES = x11 x11/kde devel
@ -11,12 +11,13 @@ SHARED_LIBS += smokekde 4.0 # .3.2
MODULES = x11/kde devel/gettext lang/ruby
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3 \
x11/qt3 \
${MODRUBY_LIB_DEPENDS}
REVISION = 16
REVISION = 17
#XXX missing -rpath to /usr/local ?
USE_LIBTOOL = gnu
USE_GROFF = Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.22 2011/07/19 18:00:16 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.23 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/embedjs
@bin bin/jsaccess
@bin bin/kjscmd
@ -101,5 +101,5 @@ share/services/qprocess_plugin.desktop
share/servicetypes/binding_type.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.62 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.63 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = K Desktop Environment, edutainment
CATEGORIES = x11 x11/kde
@ -15,13 +15,14 @@ SHARED_LIBS += kvoctraincore 1.0 # .0.0
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3
SEPARATE_BUILD = flavored
CONFIGURE_ARGS += --disable-kig-python-scripting
REVISION = 6
REVISION = 7
WANTLIB = GL ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi Xinerama \
Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 artsflow artsflow_idl artskde \
audiofile c drm expat fam fontconfig freetype glib-2.0>=800 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.34 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST,v 1.35 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/apmount
@bin bin/blinken
@bin bin/celestrongps
@ -2808,9 +2808,9 @@ share/services/kig_part.desktop
share/services/kmplot_part.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.62 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.63 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = K Desktop Environment, games
@ -14,11 +14,12 @@ SHARED_LIBS += kolf 4.0 # .3.0
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3
SEPARATE_BUILD = flavored
REVISION = 6
REVISION = 7
WANTLIB = GL ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi Xinerama \
Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 artsflow artsflow_idl \
audiofile c drm expat fam fontconfig freetype glib-2.0 gmodule-2.0 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.26 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST,v 1.27 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/atlantik
@bin bin/kasteroids
@bin bin/katomic
@ -2664,7 +2664,7 @@ share/mimelnk/application/x-tuberling.desktop
share/services/atlantik.protocol
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.98 2011/11/07 09:17:07 dcoppa Exp $
# $OpenBSD: Makefile,v 1.99 2011/12/03 23:37:39 ajacoutot Exp $
COMMENT-main = K Desktop Environment, graphic applications
COMMENT-kamera = KDE interface to digital cameras
@ -36,7 +36,8 @@ LIB_DEPENDS = ${MODGETTEXT_LIB_DEPENDS} \
RUN_DEPENDS-main = ${RUN_DEPENDS} \
print/ghostscript/gnu \
devel/desktop-file-utils
devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS-main = ${LIB_DEPENDS} \
graphics/imlib \
graphics/libungif \
@ -61,7 +62,7 @@ WANTLIB-kpov = ${WANTLIB}
WANTLIB-kamera = ${WANTLIB}
WANTLIB-sane = ${WANTLIB}
REVISION-main = 11
REVISION-main = 12
REVISION-kamera = 6
REVISION-kpov = 6
REVISION-sane = 8

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.7 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.8 2011/12/03 23:37:39 ajacoutot Exp $
@pkgpath x11/kde/graphics3
@bin bin/kcolorchooser
@bin bin/kcoloredit
@ -920,7 +920,7 @@ share/servicetypes/kmultipage.desktop
share/servicetypes/ksvgrenderer.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/crystalsvg/hicolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.71 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.72 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = K Desktop Environment, multimedia applications
CATEGORIES = x11 x11/kde
@ -55,13 +55,14 @@ SAMPLECONFDIR = ${PREFIX}/share/apps/kde-conf-sample
FAKE_FLAGS = sysconfdir=${SAMPLECONFDIR}
RUN_DEPENDS = graphics/xanim \
devel/desktop-file-utils
devel/desktop-file-utils \
x11/gtk+2,-guic
SEPARATE_BUILD = flavored
CONFIGURE_ARGS += --without-lame
CONFIGURE_ENV += aktion_has_xanim=yes
REVISION = 8
REVISION = 9
WANTLIB = FLAC>=8 ICE SM X11 Xau Xdmcp Xext Xrender Xv Xxf86dga Xxf86vm akode \
art_lgpl_2 audiofile c cdda_interface cdda_paranoia expat fam \
fontconfig freetype glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-0.10 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.34 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST,v 1.35 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/artsbuilder
@bin bin/artscontrol
@bin bin/juk
@ -1327,9 +1327,9 @@ share/servicetypes/audiomidi.desktop
share/servicetypes/krec_exportitem.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.70 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = K Desktop Environment, network applications
CATEGORIES = x11 x11/kde
@ -14,7 +14,8 @@ SHARED_LIBS += rss 2.0 # .1.0
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3 \
audio/xmms \
devel/libidn \
@ -23,7 +24,7 @@ RUN_DEPENDS += security/qca-tls
SEPARATE_BUILD = flavored
REVISION = 6
REVISION = 7
WANTLIB = GL ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi Xinerama \
Xmu Xrandr Xrender Xss Xt Xtst Xxf86vm art_lgpl_2 c crypto drm expat \
fam fontconfig freetype gdk glib glib-2.0 gmodule gmodule-2.0 gtk idn \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.41 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST,v 1.42 2011/12/03 23:34:04 ajacoutot Exp $
@conflict sirc-*
bin/dsirc
@bin bin/feedbrowser
@ -1923,9 +1923,9 @@ share/sounds/Kopete_User_is_Online.ogg
share/sounds/ktalkd.wav
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.71 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.72 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT= office suite for KDE
VERSION= 1.6.3
REVISION = 20
REVISION = 21
CATEGORIES= x11 x11/kde productivity
VMEM_WARNING= Yes
MASTER_SITES?= ${MASTER_SITE_KDE:S@$@stable/koffice-${VERSION}/src/@}
@ -78,7 +78,8 @@ AUTOCONF_VERSION=2.61
MODULES = x11/kde devel/gettext lang/ruby
RUN_DEPENDS+= devel/desktop-file-utils
RUN_DEPENDS+= devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS= x11/kde/libs3 \
python->=2.5,<2.6:lang/python/2.5 \
graphics/libart \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.30 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST,v 1.31 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/karbon
@bin bin/kchart
@bin bin/kexi
@ -5568,9 +5568,9 @@ share/templates/SpreadSheet.desktop
share/templates/TextDocument.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/crystalsvg/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2011/11/22 19:38:10 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT= kde front end for ogle
CATEGORIES= x11 x11/kde
@ -10,12 +10,14 @@ EXTRACT_SUFX= .tar.gz
LIB_DEPENDS= x11/kde/libs3 \
x11/ogle
RUN_DEPENDS= x11/gtk+2,-guic
CONFIGURE_ARGS+=--with-ogle-libs='${LOCALBASE}/lib/ogle -L${LOCALBASE}/lib'
CONFIGURE_ARGS+=--with-ogle-includes=${LOCALBASE}/include
MODULES= x11/kde devel/gettext
REVISION = 6
REVISION = 7
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c dvdcontrol fam idn \
jpeg lib/kde3/DCOP lib/kde3/kdecore>=4 lib/kde3/kdefx lib/kde3/kdesu \
lib/kde3/kdeui lib/kde3/kio lib/kde3/kwalletclient m msgevents png \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2009/12/21 20:46:02 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.8 2011/12/03 23:34:04 ajacoutot Exp $
bin/okle
@bin bin/okle_gui
share/applnk/
@ -35,5 +35,5 @@ share/locale/de/LC_MESSAGES/okle-0.3.mo
share/locale/hu/LC_MESSAGES/okle-0.3.mo
share/locale/it/LC_MESSAGES/okle-0.3.mo
share/locale/sv/LC_MESSAGES/okle-0.3.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.70 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = KDE personal information applications
COMMENT-kpilot = KDE interface to sync with Palm Pilot
@ -61,7 +61,7 @@ MODULES = x11/kde devel/gettext
LIB_DEPENDS += x11/kde/libs3
REVISION = 7
REVISION = 8
REVISION-kpilot = 1
WANTLIB = GL GLU ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi \
Xinerama Xmu Xpm Xrandr Xrender Xss Xt Xxf86vm art_lgpl_2 artsflow \
@ -82,7 +82,8 @@ WANTLIB = GL GLU ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi \
FLAVORS = debug
LIB_DEPENDS += comms/pilot-link
RUN_DEPENDS += x11/kde/base3 \
devel/desktop-file-utils
devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS += security/gpgme>=0.4.5 \
security/cyrus-sasl2 \
comms/libmal \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.34 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST,v 1.35 2011/12/03 23:34:04 ajacoutot Exp $
@conflict kdelibs-<3.4
@conflict kdebase-<3.4
@conflict kpilot-*
@ -2410,9 +2410,9 @@ share/servicetypes/korgprintplugin.desktop
share/servicetypes/kpilotconduit.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/crystalsvg/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.53 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.54 2011/12/03 23:37:39 ajacoutot Exp $
COMMENT-main = K Desktop Environment, developer extensions
COMMENT-svn = K Desktop Environment, svn extensions
@ -7,7 +7,7 @@ VERSION = 3.5.10
DISTNAME = kdesdk-${VERSION}
PKGNAME-main = ${DISTNAME}
REVISION-main = 7
REVISION-main = 8
PKGNAME-svn = kdesvn-${VERSION}
REVISION-svn = 7
@ -23,7 +23,8 @@ MULTI_PACKAGES = -main -svn
MODULES = x11/kde devel/gettext
USE_GROFF = Yes
RUN_DEPENDS-main += devel/desktop-file-utils
RUN_DEPENDS-main += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.5 2010/07/08 21:28:49 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.6 2011/12/03 23:37:39 ajacoutot Exp $
@pkgpath x11/kde/sdk3
bin/adddebug
bin/build-progress.sh
@ -1018,9 +1018,9 @@ share/servicetypes/komparenavigationpart.desktop
share/servicetypes/kompareviewpart.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/crystalsvg/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.52 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.53 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = some useless KDE applications
CATEGORIES = x11 x11/kde games
@ -8,12 +8,13 @@ MODKDE_VERSION ?= 3.5.8
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3
SEPARATE_BUILD = flavored
REVISION = 5
REVISION = 6
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam idn jpeg \
lib/kde3/DCOP lib/kde3/kdecore>=6 lib/kde3/kdefx lib/kde3/kdeprint \
lib/kde3/kdesu lib/kde3/kdeui lib/kde3/khtml lib/kde3/kio lib/kde3/kjs \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.19 2010/05/15 08:48:02 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.20 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/amor
@bin bin/kodo
@bin bin/kteatime
@ -663,5 +663,5 @@ share/services/kcmweatherservice.desktop
share/services/kweatherservice.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.69 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = K Desktop Environment, utilities
CATEGORIES = x11 x11/kde
@ -13,7 +13,8 @@ SHARED_LIBS += ksimcore 2.0 # .1.0
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3 \
net/net-snmp \
devel/gmp \
@ -24,7 +25,7 @@ LIB_DEPENDS = x11/kde/libs3 \
SEPARATE_BUILD = flavored
REVISION = 8
REVISION = 9
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xi Xrender Xss Xtst art_lgpl_2 c crypto \
fam gdk glib gmodule gmp gtk idn jpeg kvm lib/kde3/DCOP lib/kde3/kabc \
lib/kde3/kdecore>=6 lib/kde3/kdefx lib/kde3/kdeprint lib/kde3/kdesu \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.27 2010/07/08 21:28:50 espie Exp $
@comment $OpenBSD: PLIST,v 1.28 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/ark
@bin bin/irkick
@bin bin/kcalc
@ -620,9 +620,9 @@ share/servicetypes/kmilo/
share/servicetypes/kmilo/kmilopluginsvc.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.38 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = web development tool
CATEGORIES = x11 x11/kde
@ -9,9 +9,12 @@ SHARED_LIBS += kommanderplugin 1.0 # .0.0
SHARED_LIBS += kommanderwidget 1.0 # .0.0
SHARED_LIBS += kommanderwidgets 1.0 # .0.0
REVISION = 6
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3 \
textproc/libxslt \
x11/kde/sdk3
@ -24,7 +27,6 @@ SEPARATE_BUILD = flavored
USE_LIBTOOL = gnu
REVISION = 5
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c cvsservice exslt fam \
gcrypt gpg-error idn jpeg kmdi knewstuff lib/kde3/DCOP lib/kde3/kabc \
lib/kde3/katepartinterfaces lib/kde3/kdecore>=6 lib/kde3/kdefx \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.19 2010/07/08 21:28:50 espie Exp $
@comment $OpenBSD: PLIST,v 1.20 2011/12/03 23:34:04 ajacoutot Exp $
@conflict quanta-*
@pkgpath x11/kde/quanta
@bin bin/kfilereplace
@ -1828,9 +1828,9 @@ share/services/quantadebuggergubed.desktop
share/servicetypes/quantadebugger.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/crystalsvg 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/crystalsvg 2>/dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2011/09/16 12:29:17 espie Exp $
# $OpenBSD: Makefile,v 1.9 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = complete front-end for MPlayer
DISTNAME = smplayer-0.6.9
REVISION = 1
REVISION = 2
CATEGORIES = multimedia x11
@ -25,7 +25,8 @@ EXTRACT_SUFX = .tar.bz2
MODULES = x11/qt4
RUN_DEPENDS = x11/mplayer>=20090708 \
devel/desktop-file-utils
devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/qt4
USE_GMAKE = Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2010/05/17 15:02:54 edd Exp $
@comment $OpenBSD: PLIST,v 1.4 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/smplayer
@man man/man1/smplayer.1
share/applications/smplayer.desktop
@ -98,7 +98,7 @@ share/smplayer/translations/smplayer_uk_UA.qm
share/smplayer/translations/smplayer_vi_VN.qm
share/smplayer/translations/smplayer_zh_CN.qm
share/smplayer/translations/smplayer_zh_TW.qm
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.137 2011/11/16 13:33:15 phessler Exp $
# $OpenBSD: Makefile,v 1.138 2011/12/03 23:37:39 ajacoutot Exp $
SHARED_ONLY= Yes
@ -15,6 +15,8 @@ CATEGORIES= x11
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
EXTRACT_SUFX= .tar.bz2
REVISION-main= 0
SHARED_LIBS= vlc 1.0 \
vlccore 1.0
@ -77,7 +79,8 @@ LIB_DEPENDS-jack= ${LIB_DEPENDS} \
LIB_DEPENDS-web=${LIB_DEPENDS} \
${BUILD_PKGPATH} \
devel/nspr
RUN_DEPENDS-main= devel/desktop-file-utils
RUN_DEPENDS-main= devel/desktop-file-utils \
x11/gtk+2,-guic
RUN_DEPENDS-jack= ${BUILD_PKGPATH}
RUN_DEPENDS-web= ${BUILD_PKGPATH}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.17 2011/11/16 13:33:16 phessler Exp $
@comment $OpenBSD: PLIST-main,v 1.18 2011/12/03 23:37:39 ajacoutot Exp $
@pkgpath x11/vlc
%%amd64%%
%%i386%%
@ -590,5 +590,5 @@ share/vlc/utils/video-vlc-default.sh
share/vlc/vlc.ico
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2010/11/22 08:37:05 espie Exp $
# $OpenBSD: Makefile,v 1.7 2011/12/03 23:34:05 ajacoutot Exp $
COMMENT = desktop daemon to perform advanced window manipulations
V = 0.2.4
DISTNAME = winwrangler-$V
REVISION= 2
REVISION= 3
CATEGORIES = x11
@ -22,6 +22,8 @@ MODULES = devel/gettext
USE_GMAKE = Yes
RUN_DEPENDS = x11/gtk+2,-guic
CONFIGURE_STYLE=gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2009/12/21 20:46:03 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/winwrangler
share/icons/
share/icons/hicolor/
@ -18,5 +18,5 @@ share/locale/nl/LC_MESSAGES/winwrangler.mo
share/winwrangler/
share/winwrangler/art/
share/winwrangler/art/winwrangler.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2011/09/16 12:29:17 espie Exp $
# $OpenBSD: Makefile,v 1.13 2011/12/03 23:34:04 ajacoutot Exp $
COMMENT = simple archive manager
CATEGORIES = x11 archivers
REVISION= 8
REVISION= 9
DISTNAME = xarchiver-0.5.2
MAINTAINER = Landry Breuil <gaston@gcu.info>
@ -29,7 +29,8 @@ LIB_DEPENDS = x11/gtk+2
RUN_DEPENDS = archivers/zip \
archivers/unzip \
devel/xdg-utils \
devel/desktop-file-utils
devel/desktop-file-utils \
x11/gtk+2,-guic
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2009/12/21 20:46:03 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/xarchiver
libexec/thunar-archive-plugin/
libexec/thunar-archive-plugin/xarchiver.tap
@ -95,7 +95,7 @@ share/pixmaps/xarchiver/
share/pixmaps/xarchiver/xarchiver-add.png
share/pixmaps/xarchiver/xarchiver-extract.png
share/pixmaps/xarchiver/xarchiver-html.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.28 2011/09/16 12:29:18 espie Exp $
# $OpenBSD: Makefile,v 1.29 2011/12/03 23:34:04 ajacoutot Exp $
COMMENT= virtual sticky pad system
DISTNAME= xpad-4.0
REVISION= 3
REVISION= 4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/}
@ -16,7 +16,8 @@ MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils
RUN_DEPENDS= devel/desktop-file-utils \
x11/gtk+2,-guic
# nothing in the dep chain provides librsvg, so explicitely depend on it
# so that the icon is correctly displayed

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2010/05/13 14:14:49 sthen Exp $
@comment $OpenBSD: PLIST,v 1.11 2011/12/03 23:34:04 ajacoutot Exp $
@bin bin/xpad
@man man/man1/xpad.1
share/applications/xpad.desktop
@ -43,7 +43,7 @@ share/locale/tr/LC_MESSAGES/xpad.mo
share/locale/vi/LC_MESSAGES/xpad.mo
share/locale/zh_CN/LC_MESSAGES/xpad.mo
share/locale/zh_TW/LC_MESSAGES/xpad.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2011/09/16 12:29:18 espie Exp $
# $OpenBSD: Makefile,v 1.10 2011/12/03 23:34:04 ajacoutot Exp $
COMMENT= yet another kuake KDE terminal emulator
DISTNAME= yakuake-2.8.1
REVISION= 4
REVISION= 5
CATEGORIES= x11 x11/kde
EXTRACT_SUFX= .tar.bz2
@ -25,7 +25,8 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam idn \
MODULES= devel/gettext \
x11/kde
RUN_DEPENDS= devel/desktop-file-utils
RUN_DEPENDS= devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS= x11/kde/libs3
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2009/12/21 20:46:03 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.4 2011/12/03 23:34:04 ajacoutot Exp $
bin/yakuake
share/applications/kde/yakuake.desktop
share/apps/yakuake/
@ -117,7 +117,7 @@ share/locale/pt/LC_MESSAGES/yakuake.mo
share/locale/pt_BR/LC_MESSAGES/yakuake.mo
share/locale/sv/LC_MESSAGES/yakuake.mo
share/locale/tr/LC_MESSAGES/yakuake.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database