diff options
author | markd <markd@pkgsrc.org> | 2005-03-25 15:06:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-03-25 15:06:23 +0000 |
commit | 9a5001606cf5ca00c3cdd98dd4cd75cfb2517156 (patch) | |
tree | bd97e943ea597e63adbfe2c6d3c58ffcb8644d6f /misc/kdeaddons3 | |
parent | ad8193e1fd1687d02befa0c18c140f7917177f13 (diff) | |
download | pkgsrc-9a5001606cf5ca00c3cdd98dd4cd75cfb2517156.tar.gz |
The noatun_oblique plugin was only being built under some combinations
of options and even then it wasnt building a working one so disable it
always. Bump PKGREVISION.
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r-- | misc/kdeaddons3/Makefile | 3 | ||||
-rw-r--r-- | misc/kdeaddons3/PLIST | 6 | ||||
-rw-r--r-- | misc/kdeaddons3/distinfo | 3 | ||||
-rw-r--r-- | misc/kdeaddons3/patches/patch-aa | 13 |
4 files changed, 18 insertions, 7 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index 2ad5e68479c..87245d2198b 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2004/12/10 06:22:58 markd Exp $ +# $NetBSD: Makefile,v 1.31 2005/03/25 15:06:23 markd Exp $ DISTNAME= kdeaddons-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= misc COMMENT= Add ons for the KDE integrated X11 desktop diff --git a/misc/kdeaddons3/PLIST b/misc/kdeaddons3/PLIST index b429977d411..bed3af08421 100644 --- a/misc/kdeaddons3/PLIST +++ b/misc/kdeaddons3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/03/23 22:18:51 markd Exp $ +@comment $NetBSD: PLIST,v 1.12 2005/03/25 15:06:23 markd Exp $ bin/atlantikdesigner bin/exif.py bin/fsview @@ -62,7 +62,6 @@ lib/kde3/libwebarchiverplugin.la lib/kde3/math_panelapplet.la lib/kde3/mediacontrol_panelapplet.la lib/kde3/noatun_ffrs.la -lib/kde3/noatun_oblique.la lib/kde3/noatunalsaplayer.la lib/kde3/noatunblurscope.la lib/kde3/noatuncharlatan.la @@ -267,9 +266,6 @@ share/kde/apps/noatun/luckytag.plugin share/kde/apps/noatun/lyrics.plugin share/kde/apps/noatun/lyricsui.rc share/kde/apps/noatun/madness.plugin -share/kde/apps/noatun/oblique.plugin -share/kde/apps/noatun/oblique/schemas/standard -share/kde/apps/noatun/obliqueui.rc share/kde/apps/noatun/pitchablespeed.plugin share/kde/apps/noatun/synaescope.plugin share/kde/apps/noatun/tippecanoe.plugin diff --git a/misc/kdeaddons3/distinfo b/misc/kdeaddons3/distinfo index 2962246d7d6..9703f15dcf2 100644 --- a/misc/kdeaddons3/distinfo +++ b/misc/kdeaddons3/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.20 2005/03/23 22:18:51 markd Exp $ +$NetBSD: distinfo,v 1.21 2005/03/25 15:06:23 markd Exp $ SHA1 (kdeaddons-3.4.0.tar.bz2) = d9653ef73e9e1d9568e516349c1fe61a83e20557 RMD160 (kdeaddons-3.4.0.tar.bz2) = 8325375e36e83e302d12957dd96a890e84d3c5ea Size (kdeaddons-3.4.0.tar.bz2) = 1670919 bytes +SHA1 (patch-aa) = 68cea80eaf8f9c457f9d4a74a32f0da549699878 diff --git a/misc/kdeaddons3/patches/patch-aa b/misc/kdeaddons3/patches/patch-aa new file mode 100644 index 00000000000..471271de939 --- /dev/null +++ b/misc/kdeaddons3/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/03/25 15:06:23 markd Exp $ + +--- noatun-plugins/Makefile.in.orig 2005-03-05 01:08:19.000000000 +1300 ++++ noatun-plugins/Makefile.in +@@ -347,7 +347,7 @@ xdg_directorydir = @xdg_directorydir@ + xdg_menudir = @xdg_menudir@ + @include_SDL_TRUE@SDL_SUBDIRS = blurscope synaescope tippercanoe tyler + @include_noatunplugin_TRUE@NOATUN_SUBDIR = pitchablespeed wavecapture +-@include_BERKELEY_DB_TRUE@BDB_SUBDIRS = oblique ++# @include_BERKELEY_DB_TRUE@BDB_SUBDIRS = oblique + SUBDIRS = \ + alarm alsaplayer charlatan dub ffrs \ + luckytag lyrics noatunmadness $(NOATUN_SUBDIR) \ |