diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-04 09:36:53 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-04 09:36:53 +0000 |
commit | e78ecb15051c3cb1617479d0df5841f91d43eb7d (patch) | |
tree | 695dc24aea1c24f014ebf683aabb4fb8306adae3 /x11-themes/smooth-themes/files | |
parent | Marked ~ppc. Closes bug #101114. One more time with non-broken gpg signing... (diff) | |
download | gentoo-2-e78ecb15051c3cb1617479d0df5841f91d43eb7d.tar.gz gentoo-2-e78ecb15051c3cb1617479d0df5841f91d43eb7d.tar.bz2 gentoo-2-e78ecb15051c3cb1617479d0df5841f91d43eb7d.zip |
New package (bug #33928)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-themes/smooth-themes/files')
-rw-r--r-- | x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8 | 1 | ||||
-rw-r--r-- | x11-themes/smooth-themes/files/smooth-themes-0.5.8-remove_checks.patch | 55 |
2 files changed, 56 insertions, 0 deletions
diff --git a/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8 b/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8 new file mode 100644 index 000000000000..860eb87e4a03 --- /dev/null +++ b/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8 @@ -0,0 +1 @@ +MD5 a46c592261c4d371498d644eece6493e smooth-themes-0.5.8.tar.gz 117158 diff --git a/x11-themes/smooth-themes/files/smooth-themes-0.5.8-remove_checks.patch b/x11-themes/smooth-themes/files/smooth-themes-0.5.8-remove_checks.patch new file mode 100644 index 000000000000..ec8343a83b49 --- /dev/null +++ b/x11-themes/smooth-themes/files/smooth-themes-0.5.8-remove_checks.patch @@ -0,0 +1,55 @@ +diff -NurdB smooth-themes-0.5.8/configure.in smooth-themes-0.5.8-patched/configure.in +--- smooth-themes-0.5.8/configure.in 2004-06-20 15:25:50.000000000 -0500 ++++ smooth-themes-0.5.8-patched/configure.in 2005-08-04 03:57:51.000000000 -0500 +@@ -12,45 +12,13 @@ + + AC_PROG_INSTALL + +-AC_ARG_ENABLE(gtk-1, [ --enable-gtk-1 Only install for GTK+ 1.2.X], gtk_1=$enableval, gtk_1="no") +-AC_ARG_ENABLE(gtk-2, [ --enable-gtk-2 Only install for GTK+ 2.X], gtk_2=$enableval, gtk_2="yes") +-AC_ARG_ENABLE(local-install, [ --enable-local-install try to install local for the user, instead of system wide] , local_install=$enableval, local_install="no") +- +-if test $gtk_1 = "yes"; then +- gtk_config_progs="gtk-config gtk12-config" +- AC_PATH_PROGS(gtk_config, $gtk_config_progs, no, $prefix/bin) +- if test $gtk_config = "no"; then +- AC_MSG_ERROR(Could not find installation of GTK+ 1.2.X. Try ./configure --help) +- fi +- +- AC_PATH_PROGS(gdk_pixbuf_config, "gdk-pixbuf-config", no, $prefix/bin) +- if test $gdk_pixbuf_config = "no"; then +- AC_MSG_ERROR(Could not find installation of GDK-Pixbuf, this probably means you also are missing smooth-engine for GTK 1.2.X, otherwise try ./configure --help) +- fi +- +- if test $local_install = "yes"; then +- SMOOTH_GTK1_THEMES_DIR="~/.themes" +- else +- SMOOTH_GTK1_THEMES_DIR="$datadir/themes" +- fi +- +- AC_SUBST(SMOOTH_GTK1_THEMES_DIR) +- BUILD_SUBDIRS="gtk" +-fi +- +-if test $gtk_2 = "yes"; then +- PKG_CHECK_MODULES(SMOOTH_GTK2, gtk+-2.0 >= 2.0.0, , +- AC_MSG_ERROR([GTK+-2.0 is required])) +- +- if test $local_install = "yes"; then +- SMOOTH_GTK2_THEMES_DIR="~/.themes" +- else +- SMOOTH_GTK2_THEMES_DIR="$datadir/themes" +- fi +- AC_SUBST(SMOOTH_GTK2_THEMES_DIR) ++SMOOTH_GTK1_THEMES_DIR="$datadir/themes" ++AC_SUBST(SMOOTH_GTK1_THEMES_DIR) ++BUILD_SUBDIRS="gtk" + +- BUILD_SUBDIRS="$BUILD_SUBDIRS gtk-2.0" +-fi ++SMOOTH_GTK2_THEMES_DIR="$datadir/themes" ++AC_SUBST(SMOOTH_GTK2_THEMES_DIR) ++BUILD_SUBDIRS="$BUILD_SUBDIRS gtk-2.0" + + AC_SUBST(BUILD_SUBDIRS) + |