mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Make this port use GNOME.
This commit is contained in:
parent
f69ac721af
commit
34d5898f2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33764
@ -12,11 +12,10 @@ MASTER_SITES= http://cdcd.undergrid.net/gdcd/source_archive/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio \
|
||||
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOME= yes
|
||||
USE_AUTOMAKE= yes
|
||||
AUTOMAKE= automake -a -i
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -24,7 +24,15 @@
|
||||
|
||||
AC_PATH_PROG(LIBART_CONFIG,libart-config,no)
|
||||
if test x$LIBART_CONFIG != xno; then
|
||||
@@ -67,7 +59,7 @@
|
||||
@@ -60,14 +52,14 @@
|
||||
AC_SUBST(GNOME_CFLAGS)
|
||||
|
||||
AC_CHECK_LIB(gdk_pixbuf, gdk_pixbuf_new_from_file, GDKPIXBUF_LIBS="-lgdk_pixbuf";IMLIB_LIBS="", GDKPIXBUF_LIBS="",$GTK_LIBS $GNOME_LIBS $LIBART_LIBS)
|
||||
-if test "$GDKPIXBUF_LIBS" == ""; then
|
||||
+if test "$GDKPIXBUF_LIBS" = ""; then
|
||||
AC_CHECK_LIB(gdk_imlib, gdk_imlib_load_image, IMLIB_LIBS="-lgdk_imlib"; AC_DEFINE(IMLIB_IMAGING), AC_MSG_ERROR(Couldn't locate GdkPixbuf or Imlib), $GTK_LIBS)
|
||||
fi
|
||||
|
||||
AC_SUBST(GDKPIXBUF_LIBS)
|
||||
AC_SUBST(IMLIB_LIBS)
|
||||
|
||||
|
@ -1,14 +1,13 @@
|
||||
bin/gdcd
|
||||
share/pixmaps/gdcd/blues.png
|
||||
share/pixmaps/gdcd/data.png
|
||||
share/pixmaps/gdcd/folk.png
|
||||
share/pixmaps/gdcd/jazz.png
|
||||
share/pixmaps/gdcd/misc.png
|
||||
share/pixmaps/gdcd/newage.png
|
||||
share/pixmaps/gdcd/nodisc.png
|
||||
share/pixmaps/gdcd/reggae.png
|
||||
share/pixmaps/gdcd/rock.png
|
||||
share/pixmaps/gdcd/soundtrack.png
|
||||
share/pixmaps/gdcd/unknown.png
|
||||
@dirrm share/pixmaps/gdcd
|
||||
@unexec rmdir %d/share/pixmaps 2>/dev/null || true
|
||||
share/gnome/pixmaps/gdcd/blues.png
|
||||
share/gnome/pixmaps/gdcd/data.png
|
||||
share/gnome/pixmaps/gdcd/folk.png
|
||||
share/gnome/pixmaps/gdcd/jazz.png
|
||||
share/gnome/pixmaps/gdcd/misc.png
|
||||
share/gnome/pixmaps/gdcd/newage.png
|
||||
share/gnome/pixmaps/gdcd/nodisc.png
|
||||
share/gnome/pixmaps/gdcd/reggae.png
|
||||
share/gnome/pixmaps/gdcd/rock.png
|
||||
share/gnome/pixmaps/gdcd/soundtrack.png
|
||||
share/gnome/pixmaps/gdcd/unknown.png
|
||||
@dirrm share/gnome/pixmaps/gdcd
|
||||
|
Loading…
Reference in New Issue
Block a user