You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
gtk2 ports: fix path-style dependency
This commit is contained in:
@@ -47,7 +47,7 @@ configure.args --disable-alsa \
|
||||
|
||||
variant x11 {
|
||||
depends_lib-append port:xorg-libX11 \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:gtk3
|
||||
configure.args-replace --disable-gtk --enable-gtk
|
||||
configure.args-replace --disable-gtk3 --enable-gtk3
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ configure.args-append --no-plugins
|
||||
depends_build-append port:pkgconfig
|
||||
|
||||
variant plugins description {Add sample plugins} {
|
||||
depends_lib-append port:libsndfile path:lib/pkgconfig/gtk+-2.0.pc path:lib/pkgconfig/cairo.pc:cairo
|
||||
depends_lib-append port:libsndfile path:lib/pkgconfig/gtk+-2.0.pc:gtk2 path:lib/pkgconfig/cairo.pc:cairo
|
||||
configure.args-delete --no-plugins
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ depends_build port:pkgconfig \
|
||||
depends_lib port:id3lib \
|
||||
port:libvorbis \
|
||||
port:gettext \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:libglade2 \
|
||||
port:libxml2 \
|
||||
port:sqlite3 \
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ variant gtk2 conflicts gtk3 description {Use the GTK2+ toolkit for the GUI} {
|
||||
sha1 f8ee9b494a597ecfee646371064bd4b8256a66b8 \
|
||||
rmd160 b8ff66ff4033c7abad422f0ef14ebb2556475214 \
|
||||
sha256 a73658c52f097bdede96277694dae1c2b41fae82fe95ed9f11a9b8e635680ed8
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2
|
||||
|
||||
require_active_variants gtk2 x11
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ checksums rmd160 d1178c2ecdd3d821f4593c6dc284fff959b217e0 \
|
||||
revision 1
|
||||
|
||||
depends_build port:pkgconfig
|
||||
depends_lib path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:libpng
|
||||
|
||||
configure.args --disable-update-desktop-database
|
||||
|
||||
@@ -25,7 +25,7 @@ checksums rmd160 37e1b1bdc994ea8d9407e501b2afddb55321a22c \
|
||||
depends_build port:pkgconfig
|
||||
|
||||
depends_lib port:bzip2 \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:gtk-osx-application-gtk2 \
|
||||
port:tk \
|
||||
port:xz \
|
||||
|
||||
@@ -26,7 +26,7 @@ checksums md5 caf84bc0f17b75a2984fea2a64fc2c81 \
|
||||
distname geda-${name}-${version}
|
||||
depends_build port:intltool
|
||||
depends_lib port:desktop-file-utils \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:pcb \
|
||||
port:py27-pygtk \
|
||||
port:dbus-python27
|
||||
|
||||
@@ -83,7 +83,7 @@ platform macosx {
|
||||
}
|
||||
|
||||
variant x11 {
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2
|
||||
configure.args-delete --without-x
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ checksums rmd160 c36895b04fc5be315f4f110438d14bcde2fbfb69 \
|
||||
depends_build port:pkgconfig
|
||||
|
||||
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:libxml2 \
|
||||
port:gnutls \
|
||||
port:libgsasl \
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ checksums rmd160 8ce44c1521f4eb4e6af7400c39c2602ff7a613ad \
|
||||
size 11407849
|
||||
|
||||
depends_lib path:lib/libhamlib.dylib:hamlib \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2
|
||||
depends_build port:pkgconfig
|
||||
|
||||
post-destroot {
|
||||
|
||||
@@ -102,7 +102,7 @@ variant sfcgal description {Uses SFCGAL for 3D queries} {
|
||||
|
||||
variant gui description {Build the GUI import tool} {
|
||||
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2
|
||||
configure.args-append --with-gui
|
||||
}
|
||||
|
||||
|
||||
@@ -148,7 +148,7 @@ if {[variant_isset wxgtk28] || [variant_isset wxgtk30]} {
|
||||
port:freetype \
|
||||
port:gdk-pixbuf2 \
|
||||
port:gettext \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:xorg-libX11 \
|
||||
port:xorg-libXcomposite \
|
||||
port:xorg-libXcursor \
|
||||
|
||||
@@ -52,7 +52,7 @@ configure.args --disable-silent-rules \
|
||||
|
||||
variant gtk2 conflicts gtk3 description {Use gtk2} {
|
||||
depends_lib-append \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:vte-gtk2-compat
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ checksums md5 f88eaa06e71f8d8fa34cf59a3e034a6b \
|
||||
depends_build port:pkgconfig
|
||||
|
||||
depends_lib port:mono \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:gtk-sharp2
|
||||
|
||||
# mono is not universal
|
||||
|
||||
@@ -26,7 +26,7 @@ depends_build \
|
||||
port:pkgconfig
|
||||
|
||||
depends_lib \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:dbus-glib \
|
||||
port:libsoup
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ depends_build port:pkgconfig \
|
||||
port:libtool
|
||||
|
||||
depends_lib port:desktop-file-utils \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:libxml2
|
||||
|
||||
depends_run port:devhelp
|
||||
|
||||
@@ -23,5 +23,5 @@ checksums rmd160 e84db6f55320e98dc37796e582949617c3547555 \
|
||||
depends_build port:gputils \
|
||||
port:pkgconfig
|
||||
|
||||
depends_lib path:lib/pkgconfig/gtk+-2.0.pc-extra \
|
||||
depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2-extra \
|
||||
port:popt
|
||||
|
||||
@@ -102,7 +102,7 @@ subport gtk-osx-application-common-gtk3 {
|
||||
subport gtk-osx-application-gtk2 {
|
||||
set gtk_version gtk2
|
||||
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
path:include/gtkmacintegration/gtk-mac-bundle.h:gtk-osx-application-common-gtk2
|
||||
|
||||
# force gtk version to 2.0
|
||||
@@ -121,7 +121,7 @@ subport gtk-osx-application-gtk2 {
|
||||
subport gtk-osx-application-common-gtk2 {
|
||||
set gtk_version gtk2
|
||||
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2
|
||||
|
||||
# force gtk version to 2.0
|
||||
configure.args-append --with-gtk2 --without-gtk3 --disable-introspection
|
||||
|
||||
@@ -23,7 +23,7 @@ checksums rmd160 c72acd0e2c5471c7757532cfb44c841be8e83f1d \
|
||||
depends_build port:pkgconfig
|
||||
depends_lib port:gconf \
|
||||
port:ghc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:gnome-vfs \
|
||||
path:lib/pkgconfig/cairo.pc:cairo \
|
||||
port:librsvg \
|
||||
|
||||
@@ -21,7 +21,7 @@ checksums rmd160 7f5089d3ea64fd10b32632d9ea8f0b977e9317e7 \
|
||||
size 956401
|
||||
|
||||
depends_build port:pkgconfig
|
||||
depends_lib path:lib/pkgconfig/gtk+-2.0.pc \
|
||||
depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
||||
port:libGLU \
|
||||
port:mesa \
|
||||
port:pangox-compat \
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user