Supplementary kde artwork
This commit is contained in:
parent
82dd1916e0
commit
3ee7c097b2
68
x11/kde/artwork2/Makefile
Normal file
68
x11/kde/artwork2/Makefile
Normal file
@ -0,0 +1,68 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, additional artwork"
|
||||
CATEGORIES= x11 x11/kde
|
||||
NEED_VERSION= 1.447
|
||||
VERSION= 2.2
|
||||
DISTNAME= kdeartwork-${VERSION}
|
||||
DIST_SUBDIR= kde
|
||||
|
||||
HOMEPAGE= http://www.kde.org
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${VERSION}/src/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# Parts of kde want shared libraries to work, as some symbols are
|
||||
# duplicated over the place.
|
||||
NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
|
||||
|
||||
MODULES=qt2
|
||||
|
||||
LIB_DEPENDS= kdecore.3.::x11/kde/libs2
|
||||
|
||||
BUILD_DEPENDS+= zsh:zsh-*:shells/zsh/stable
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-xdmdir=/var/X11/kdm
|
||||
CONFIGURE_ARGS+= --disable-debug
|
||||
CONFIGURE_ARGS+= --enable-final
|
||||
#CONFIGURE_ARGS+= --enable-debug
|
||||
#CONFIGURE_ARGS+= --without-motif
|
||||
#CONFIGURE_ARGS+=--enable-static --enable-debug --disable-shared
|
||||
|
||||
# Not yet, too much time to compile
|
||||
#CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_ENV= RUN_KAPPFINDER=no KDEDIR=${LOCALBASE}
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
pre-build:
|
||||
# Let zsh act as an sh replacement
|
||||
ln -sf $(LOCALBASE)/bin/zsh ${WRKBUILD}/sh
|
||||
|
||||
|
||||
# Ensure qt2 will always be at the front
|
||||
MAKE_FLAGS=CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
MAKE_FLAGS+=LIBTOOL='$(WRKBUILD)/sh $(WRKBUILD)/libtool'
|
||||
FAKE_FLAGS=TAR=${TAR} DESTDIR=${WRKINST}
|
||||
|
||||
# GPL
|
||||
# Note that lame is not a problem, since kdebase is packaged with a
|
||||
# stub lame library which does nothing, and can be overriden with a
|
||||
# live one later.
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MTREE_FILE=${PORTSDIR}/x11/kde/libs2/files/mtree
|
||||
|
||||
pre-fake:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/apps/kthememgr/Themes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/kde/artwork2/files/md5
Normal file
3
x11/kde/artwork2/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kde/kdeartwork-2.2.tar.bz2) = d7b9fc0714f222729d12653f766e08de
|
||||
RMD160 (kde/kdeartwork-2.2.tar.bz2) = 206271c4bc62216c626f111bb16a59d6b0111adc
|
||||
SHA1 (kde/kdeartwork-2.2.tar.bz2) = ead57074989d806eab1bff02bf076cbc23f6593b
|
30
x11/kde/artwork2/patches/patch-aclocal_m4
Normal file
30
x11/kde/artwork2/patches/patch-aclocal_m4
Normal file
@ -0,0 +1,30 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
--- aclocal.m4.orig Mon Aug 6 03:26:32 2001
|
||||
+++ aclocal.m4 Mon Aug 20 01:09:01 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-dnl aclocal.m4 generated automatically by aclocal 1.4
|
||||
+dnl aclocal.m4 generated automatically by aclocal 1.4-p4
|
||||
|
||||
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
@@ -4722,19 +4722,7 @@ netbsd*)
|
||||
;;
|
||||
|
||||
openbsd* )
|
||||
- if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
||||
- case "$host_cpu" in
|
||||
- i*86 )
|
||||
- changequote(,)dnl
|
||||
- lt_cv_deplibs_check_method='file_magic OpenBSD/i[3-9]86 demand paged shared library'
|
||||
- changequote([, ])dnl
|
||||
- lt_cv_file_magic_cmd=/usr/bin/file
|
||||
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||||
- ;;
|
||||
- esac
|
||||
- else
|
||||
- lt_cv_deplibs_check_method=pass_all
|
||||
- fi
|
||||
+ lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
|
||||
newsos6)
|
24
x11/kde/artwork2/patches/patch-admin_libtool_m4_in
Normal file
24
x11/kde/artwork2/patches/patch-admin_libtool_m4_in
Normal file
@ -0,0 +1,24 @@
|
||||
$OpenBSD: patch-admin_libtool_m4_in,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
--- admin/libtool.m4.in.orig Tue Jul 31 21:00:04 2001
|
||||
+++ admin/libtool.m4.in Fri Aug 17 00:02:40 2001
|
||||
@@ -617,19 +617,7 @@ netbsd*)
|
||||
;;
|
||||
|
||||
openbsd* )
|
||||
- if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
||||
- case "$host_cpu" in
|
||||
- i*86 )
|
||||
- changequote(,)dnl
|
||||
- lt_cv_deplibs_check_method='file_magic OpenBSD/i[3-9]86 demand paged shared library'
|
||||
- changequote([, ])dnl
|
||||
- lt_cv_file_magic_cmd=/usr/bin/file
|
||||
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||||
- ;;
|
||||
- esac
|
||||
- else
|
||||
- lt_cv_deplibs_check_method=pass_all
|
||||
- fi
|
||||
+ lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
|
||||
newsos6)
|
20
x11/kde/artwork2/patches/patch-admin_ltcf-c_sh
Normal file
20
x11/kde/artwork2/patches/patch-admin_ltcf-c_sh
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: patch-admin_ltcf-c_sh,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
--- admin/ltcf-c.sh.orig Sat May 19 09:19:10 2001
|
||||
+++ admin/ltcf-c.sh Fri Aug 17 00:02:40 2001
|
||||
@@ -457,10 +457,14 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
+ archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
+ archive_expsym_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
+ old_archive_cmds="$old_archive_cmds~"'$RANLIB $oldlib'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
+ remove_lgcc=yes
|
||||
+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
|
||||
;;
|
||||
|
||||
os2*)
|
21
x11/kde/artwork2/patches/patch-admin_ltcf-cxx_sh
Normal file
21
x11/kde/artwork2/patches/patch-admin_ltcf-cxx_sh
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-admin_ltcf-cxx_sh,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
--- admin/ltcf-cxx.sh.orig Sat May 19 09:19:10 2001
|
||||
+++ admin/ltcf-cxx.sh Fri Aug 17 00:02:40 2001
|
||||
@@ -409,14 +409,14 @@ case $host_os in
|
||||
openbsd*)
|
||||
if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then
|
||||
# MM: OpenBSD 2.7 uses G++, but not GNU ld
|
||||
- archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
- archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
+ archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
+ archive_expsym_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
old_archive_cmds="$old_archive_cmds~"'$RANLIB $oldlib'
|
||||
hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
- whole_archive_flag_spec='${wl}-Bforcearchive'
|
||||
remove_lgcc=yes
|
||||
+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
|
||||
fi
|
||||
;;
|
||||
osf3*)
|
26
x11/kde/artwork2/patches/patch-admin_ltconfig
Normal file
26
x11/kde/artwork2/patches/patch-admin_ltconfig
Normal file
@ -0,0 +1,26 @@
|
||||
$OpenBSD: patch-admin_ltconfig,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
--- admin/ltconfig.orig Sat May 19 09:19:10 2001
|
||||
+++ admin/ltconfig Mon Aug 20 18:56:38 2001
|
||||
@@ -625,7 +625,12 @@ old_postuninstall_cmds=
|
||||
|
||||
if test -n "$RANLIB"; then
|
||||
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
||||
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
|
||||
+ case $host_os in
|
||||
+ openbsd*)
|
||||
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds";;
|
||||
+ *)
|
||||
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds";;
|
||||
+ esac
|
||||
fi
|
||||
|
||||
# Source the script associated with the $tagname tag configuration.
|
||||
@@ -1254,6 +1259,8 @@ openbsd*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
# OpenBSD 2.7 the overriding is needed for fast-install
|
||||
shlibpath_overrides_runpath=yes
|
||||
+ deplib_check_method=pass_all
|
||||
+ sys_lib_dlsearch_path_spec='/usr/lib /usr/local/lib /usr/X11R6/lib /usr/local/lib/qt2'
|
||||
;;
|
||||
|
||||
os2*)
|
10
x11/kde/artwork2/pkg/DESCR
Normal file
10
x11/kde/artwork2/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
Additional
|
||||
|
||||
* themes,
|
||||
* sounds,
|
||||
* wallpapers and
|
||||
* window styles
|
||||
|
||||
for KDE.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
5
x11/kde/artwork2/pkg/PFRAG.shared
Normal file
5
x11/kde/artwork2/pkg/PFRAG.shared
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
lib/libb3style.so.0.0
|
||||
lib/libksgistyle.so.0.0
|
||||
lib/libkstephighcolor.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
89
x11/kde/artwork2/pkg/PLIST
Normal file
89
x11/kde/artwork2/pkg/PLIST
Normal file
@ -0,0 +1,89 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/27 14:38:24 espie Exp $
|
||||
lib/b3style.la
|
||||
lib/ksgistyle.la
|
||||
lib/kstephighcolor.la
|
||||
share/apps/kstyle/themes/b3.themerc
|
||||
share/apps/kstyle/themes/ksgistyle.themerc
|
||||
share/apps/kstyle/themes/kstep-highcolor.themerc
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/closeA.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/closeI.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/default.theme
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameAB.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameABL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameABR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameAL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameAR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameAT.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameATL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameATR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameIB.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameIBL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameIBR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameIL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameIR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameIT.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameITL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/frameITR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/maximizeA.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/maximizeI.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/menuButtonA.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/menuButtonI.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/minimizeA.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/minimizeI.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/restoreA.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/restoreI.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleAB.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleAL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleAM.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleAR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleAT.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleIB.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleIL.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleIM.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleIR.xpm
|
||||
share/apps/kwin/icewm-themes/MenschMaschine/titleIT.xpm
|
||||
share/apps/kwin/icewm-themes/Model/closeA.xpm
|
||||
share/apps/kwin/icewm-themes/Model/closeI.xpm
|
||||
share/apps/kwin/icewm-themes/Model/default.theme
|
||||
share/apps/kwin/icewm-themes/Model/frameAB.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameABL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameABR.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameAL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameAR.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameAT.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameATL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameATR.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameIB.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameIBL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameIBR.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameIL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameIR.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameIT.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameITL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/frameITR.xpm
|
||||
share/apps/kwin/icewm-themes/Model/maximizeA.xpm
|
||||
share/apps/kwin/icewm-themes/Model/maximizeI.xpm
|
||||
share/apps/kwin/icewm-themes/Model/menuButtonA.xpm
|
||||
share/apps/kwin/icewm-themes/Model/menuButtonI.xpm
|
||||
share/apps/kwin/icewm-themes/Model/minimizeA.xpm
|
||||
share/apps/kwin/icewm-themes/Model/minimizeI.xpm
|
||||
share/apps/kwin/icewm-themes/Model/restoreA.xpm
|
||||
share/apps/kwin/icewm-themes/Model/restoreI.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleAB.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleAL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleAM.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleAT.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleIB.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleIL.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleIM.xpm
|
||||
share/apps/kwin/icewm-themes/Model/titleIT.xpm
|
||||
share/sounds/KDE_Logout_new.wav
|
||||
share/sounds/KDE_Startup_new.wav
|
||||
%%SHARED%%
|
||||
@dirrm share/sounds
|
||||
@dirrm share/apps/kwin/icewm-themes/Model
|
||||
@dirrm share/apps/kwin/icewm-themes/MenschMaschine
|
||||
@dirrm share/apps/kwin/icewm-themes
|
||||
@dirrm share/apps/kwin
|
||||
@dirrm share/apps/kstyle/themes
|
||||
@dirrm share/apps/kstyle
|
Loading…
Reference in New Issue
Block a user