Ticket #31203: patch-xfce-4.8.diff
File patch-xfce-4.8.diff, 27.4 KB (added by ak.ml@…, 13 years ago) |
---|
-
xfce/exo/Portfile
1 # $Id: Portfile 82553 2011-08-15 19:22:39Z jmr@macports.org $1 # $Id: Portfile 75511 2011-01-27 19:47:07Z afb@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 0.3.1077 revision 2 8 categories 9 platforms 10 maintainers 11 description 5 name exo 6 version 0.6.2 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description libexo is targeted at application development for Xfce 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/ 15 use_bzip2 yes 16 checksums md5 3a92cca0c99ee940db4410891c9e8498 \ 17 sha1 5121f433b14c5840706cedbc220284a4516e83df \ 18 rmd160 d9c97d73c543a411fe09688eb3fdc7ad7b49a5f9 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 f49cf6a85546f47a1dddb58ce9a5f9364384a6f173cba99deb879e027c811f39 \ 17 rmd160 f2c2a713144ffe7e73a6b18925f2323abb334e8c 19 18 20 configure.args 19 configure.args --mandir=${prefix}/share/man --disable-python 21 20 22 21 depends_build port:pkgconfig port:intltool 23 22 depends_lib port:p5.12-uri port:libxfce4util port:gtk2 24 23 25 patchfiles exo-mmintrin.diff26 27 24 platform darwin { 28 25 configure.args-append --disable-visibility 29 26 } 27 28 livecheck.type regex 29 livecheck.url http://archive.xfce.org/feeds/project/${name} 30 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/gtk-xfce-engine/Portfile
1 # $Id: Portfile 82010 2011-08-06 19:59:13Z jmr@macports.org $1 # $Id: Portfile 75511 2011-01-27 19:47:07Z afb@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 2.6.07 revision 1 8 categories 9 platforms 10 maintainers 11 description 5 name gtk-xfce-engine 6 version 2.8.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Port of xfce engine to GTK+-2.0 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/ 15 use_bzip2 yes 16 checksums md5 e836705d2933d0a77c6628285e10d982 \ 17 sha1 a7be2f330833d150c5fb37f68a4c2138348b5446 \ 18 rmd160 07f4ff278056f7714e99da8420268dd950b15a91 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 7cb0a52d74cded5c6a86894babd214de723bcf68771195db6d94acf5161be617 \ 17 rmd160 e7c0ad5c9c0daad1b76d18838b86a969a3e2858b 19 18 20 depends_build port:pkgconfig 21 depends_lib port:gtk2 19 depends_build port:pkgconfig 20 depends_lib port:gtk2 21 22 livecheck.type regex 23 livecheck.url http://archive.xfce.org/feeds/project/${name} 24 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/libxfce4util/Portfile
1 # $Id: Portfile 81913 2011-08-06 14:14:13Z jmr@macports.org $1 # $Id: Portfile 73364 2010-11-11 08:30:46Z afb@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name libxfce4util 6 version 4.6.2 7 categories xfce 8 platforms darwin 9 maintainers afb 10 description Utility library for the Xfce4 desktop environment 5 name libxfce4util 6 version 4.8.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Utility library for the Xfce4 desktop environment 11 12 long_description ${description} 12 homepage http://www.xfce.org/ 13 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 14 use_bzip2 yes 15 checksums md5 9c3129d827d480f0906c575e7a13f1e9 \ 16 sha1 00d890df32d9ae172f45f95c030ca1a74c14e93f \ 17 rmd160 145e5ccdf49f60891f9d0d6e969aafc71e33ef11 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 732aeb4f845fb92efb5487e49662f5b8544ea5feb9f1e4bd7629e726aaa70c81 \ 17 rmd160 8ba9b0d11483d6c72155b419f35427ab94185b31 18 18 19 depends_build 20 depends_lib 21 19 depends_build path:bin/pkg-config:pkgconfig port:intltool 20 depends_lib port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \ 21 port:libiconv 22 22 23 23 platform darwin { 24 configure.args--disable-visibility24 configure.args --disable-visibility 25 25 } 26 27 livecheck.type regex 28 livecheck.url http://archive.xfce.org/feeds/project/${name} 29 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/libxfcegui4/Portfile
1 # $Id: Portfile 83040 2011-08-24 07:57:06Z jmr@macports.org $1 # $Id: Portfile 78866 2011-05-24 21:29:17Z jeremyhu@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.47 revision 2 8 categories 9 platforms 10 maintainers 11 description various gtk widgets for xfce5 name libxfcegui4 6 version 4.8.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description various gtk widgets for xfce (deprecated) 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/ 15 use_bzip2 yes 16 checksums md5 88de59b222cb9977f93a4c61011c1e1f \ 17 sha1 a12c79f8fa14c5d1fc0fca5615a451b7d23f8695 \ 18 rmd160 4d790c3990372aa82581450e1b2a2dfd36df293b 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 309a81823cdfdb7301bc6a5199e14f0df29b58dae89a9302c7839b9b94812443 \ 17 rmd160 245f1141fcfb079373fc24aabc25a2df97648924 19 18 20 19 configure.args --enable-startup-notification \ 21 20 --x-include=${prefix}/include --x-lib=${prefix}/lib 22 21 22 patchfiles patch-environ.diff 23 23 24 depends_build port:intltool \ 24 25 port:pkgconfig 25 26 depends_lib port:libxfce4util \ … … 29 30 port:gtk-xfce-engine \ 30 31 port:libxml2 \ 31 32 port:startup-notification 33 34 livecheck.type regex 35 livecheck.url http://archive.xfce.org/feeds/project/${name} 36 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/orage/Portfile
1 # $Id: Portfile 83229 2011-08-29 05:29:56Z jmr@macports.org $1 # $Id: Portfile 78866 2011-05-24 21:29:17Z jeremyhu@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.17 revision 2 8 categories 9 platforms 10 maintainers 11 description 5 name orage 6 version 4.8.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Time-managing application for the Xfce desktop environment 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 15 use_bzip2 yes 16 checksums md5 24fa43dd86ec5af5a4766620fd972cf2 \ 17 sha1 2db15404197ef9aa6f588c0eebac9fc4f68426df \ 18 rmd160 7724992e2e177487c71597a15d7faf7f865bb56b 13 homepage http://www.xfce.org/projects/orage 14 master_sites http://archive.xfce.org/src/apps/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 612d9e0e6b0113e04332d13cfbe027e464ff1c8e7ddef5052369ac88e67e09d8 \ 17 rmd160 328aadd08a6f3cc20fff789e1982794e4f4bd1f9 19 18 20 19 depends_lib port:exo port:xfce4-panel 21 20 depends_build port:xfconf port:intltool port:pkgconfig 22 21 23 configure.args --disable-libxfce4mcs 22 livecheck.type regex 23 livecheck.url http://archive.xfce.org/feeds/project/${name} 24 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/ristretto/Portfile
1 # $Id: Portfile 83424 2011-09-01 05:44:57Z jmr@macports.org $1 # $Id: Portfile 68425 2010-06-03 10:30:51Z afb@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name ristretto 6 version 0.0.22 7 categories xfce 8 platforms darwin 9 maintainers afb 10 description Ristretto is a fast and lightweight picture-viewer \ 11 for the Xfce desktop environment. 5 name ristretto 6 version 0.0.93 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Ristretto is a fast and lightweight picture-viewer \ 12 for the Xfce desktop environment. 12 13 long_description ${description} 13 homepage 14 master_sites http://goodies.xfce.org/releases/ristretto15 checksums md5 978ae19472c5a0b7d4b6622a68234a67 \ 16 sha1 bddbc8618ba67699ccf5ee4ea0b538b1be7fdb0a\17 rmd160 a3661a3d7624996d2ebae20f2c86db1968e009a8 14 homepage http://goodies.xfce.org/projects/applications/ristretto 15 master_sites http://archive.xfce.org/src/apps/${name}/${branch}/ 16 use_bzip2 yes 17 checksums sha256 104cbf282ad8067d2f2bee2c37bc779db9cd1079383c0631fddba6600c262cff \ 18 rmd160 4d0feac9745d8b054a8213eccfa6287b4f7a57df 18 19 19 depends_build port:intltool port:pkgconfig 20 depends_lib port:gtk2 port:Thunar port:libxfce4util \ 21 port:libxfcegui4 port:libexif port:dbus-glib 20 depends_lib port:gtk2 port:libxfce4util \ 21 port:libexif port:dbus-glib 22 22 23 livecheck.type regex 24 # get the last modified tarball 25 livecheck.url ${master_sites}?C=M\;O=D 26 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} 23 livecheck.type regex 24 livecheck.url http://archive.xfce.org/feeds/project/${name} 25 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/Terminal/Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name Terminal 6 version 0.4.5 7 revision 1 8 categories xfce 9 platforms darwin 10 maintainers afb 11 categories xfce 12 platforms darwin 13 description Terminal is a modern terminal emulator for the Unix/Linux desktop. 5 name Terminal 6 version 0.4.8 7 set lname [string tolower ${name}] 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 categories xfce 10 platforms darwin 11 maintainers afb 12 description Terminal is a modern terminal emulator for the Unix/Linux desktop. 14 13 long_description ${description} 15 homepage http://goodies.xfce.org/projects/applications/terminal 16 master_sites http://www.xfce.org/archive/src/apps/terminal/0.4/ 17 use_bzip2 yes 18 checksums md5 3c707628e2e97c6d9566cd74d400036a \ 19 sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \ 20 rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b 14 homepage http://goodies.xfce.org/projects/applications/terminal 15 master_sites http://archive.xfce.org/src/apps/${lname}/${branch}/ 16 use_bzip2 yes 17 checksums sha256 fe5db0b7127ce87efa1e10f44d8915be88005b6ce4f0bfea6b64533e25cc788d \ 18 rmd160 006b959f9a0ef054068a771de6a4965fe0aad242 21 19 22 depends_lib 23 20 depends_lib port:exo port:vte port:dbus port:gtk2 \ 21 path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme 24 22 25 23 configure.args --enable-dbus 26 24 27 25 patchfiles patch-terminal-Makefile.in 26 27 livecheck.type regex 28 livecheck.url http://archive.xfce.org/feeds/project/${lname} 29 livecheck.regex "<id>${lname}-(\[^<\]*)</id>" -
xfce/Thunar/Portfile
1 # $Id: Portfile 83421 2011-09-01 04:05:37Z jmr@macports.org $1 # $Id: Portfile 78866 2011-05-24 21:29:17Z jeremyhu@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name Thunar 6 version 1.0.2 7 revision 2 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Thunar is a modern file manager for the Unix/Linux desktop 5 name Thunar 6 version 1.3.0 7 set lname [string tolower ${name}] 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 categories xfce 10 platforms darwin 11 maintainers afb 12 description Thunar is a modern file manager for the Unix/Linux desktop 12 13 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/ 15 use_bzip2 yes 16 checksums md5 c91073202d373a1f9951a1240083c36d \ 17 sha1 f7ae00c32402e4bc502aba15477b78e2c558c7c3 \ 18 rmd160 c5b98203353cef7312b736053e5a7678d0644272 14 homepage http://www.xfce.org/ 15 master_sites http://archive.xfce.org/src/xfce/${lname}/${branch}/ 16 use_bzip2 yes 17 checksums sha256 b690514a52616f198362d9cf59875d1a31ae4303e4bc5ce578b116331f6b430a \ 18 rmd160 e7b4c51e061fae90bf69a78374fc922d56f15546 19 19 20 20 configure.args --enable-dbus --enable-startup-notification \ 21 21 --enable-pcre --enable-exif 22 22 23 23 depends_build port:intltool port:pkgconfig 24 depends_lib port: exo port:pcre port:libexif \24 depends_lib port:libxfce4ui port:exo port:pcre port:libexif \ 25 25 port:shared-mime-info port:desktop-file-utils \ 26 26 port:startup-notification 27 27 28 patchfiles patch-thunar-metafile.c 29 30 platform darwin { 31 configure.args-append --disable-visibility 32 } 33 34 platform darwin 10 { 35 patchfiles-append patch-configure-snow.diff 36 } 28 livecheck.type regex 29 livecheck.url http://archive.xfce.org/feeds/project/${lname} 30 livecheck.regex "<id>${lname}-(\[^<\]*)</id>" -
xfce/xfce-utils/Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.27 revision 3 8 categories 9 platforms 10 maintainers 11 description 5 name xfce-utils 6 version 4.8.2 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Utilities for the Xfce Desktop Environment 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 15 use_bzip2 yes 16 checksums md5 5d23407700d7e8c9751e17a5bc955109 \ 17 sha1 6373886c3d70e576859741bde747a235567ffd8e \ 18 rmd160 06c33863da0f80f16ef154307e4b89085bc3958f 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 a12b708b0cd19ffa07afb2ab2cd1bf9377ff7fbbfbe16d7493a5bb973bcb0aa5 \ 17 rmd160 1b0e7e6701fe37df46ce85669d9b96e74ac5856d 19 18 20 depends_build 21 depends_lib port:libxfce4util port:libxfcegui4port:xfconf19 depends_build port:perl5 20 depends_lib port:libxfce4util port:libxfce4ui port:xfconf 22 21 23 configure.env 24 configure.args --disable-gdm--with-xsession-prefix=${prefix}22 configure.env PERL=${prefix}/bin/perl5 23 configure.args --with-xsession-prefix=${prefix} 25 24 26 25 # make sure that midori is added to the browser search list 27 26 configure.args-append --with-browser=midori 27 28 livecheck.type regex 29 livecheck.url http://archive.xfce.org/feeds/project/${name} 30 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/xfce4-appfinder/Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.27 revision 2 8 categories 9 platforms 10 maintainers 11 description 5 name xfce4-appfinder 6 version 4.8.0 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Software to find every application supporting Desktop entry format 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 15 use_bzip2 yes 16 checksums md5 7752e43578b821e35010bcd3762da166 \ 17 sha1 2fa2534aa5a6b2fc24942689a0b7bb7cf327feda \ 18 rmd160 81dff99b910e3c2c10567341c7189614825ab657 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 fd74184355e45f8a16cc3cdd32b012b6787a453deb3a8b96af90494c7a8ac77f \ 17 rmd160 541c61495e514896837ba134707ca52ae5ee4c79 19 18 20 depends_build path:bin/pkg-config:pkgconfig 21 depends_lib port:libxfcegui4 port:libxfce4menu 19 depends_build path:bin/pkg-config:pkgconfig 20 depends_lib port:libxfce4ui port:garcon 21 22 livecheck.type regex 23 livecheck.url http://archive.xfce.org/feeds/project/${name} 24 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/xfce4-panel/Portfile
1 # $Id: Portfile 83206 2011-08-28 06:15:01Z jmr@macports.org $1 # $Id: Portfile 78866 2011-05-24 21:29:17Z jeremyhu@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.47 revision 2 8 categories 9 platforms 10 maintainers 11 description 5 name xfce4-panel 6 version 4.8.5 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description The panel of the Xfce Desktop Environment 12 12 long_description ${description} 13 homepage 14 master_sites http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/15 use_bzip2 16 checksums md5 82f10a42aefca4cc26a6633e7478cc65\17 sha1 d2b310c036be84ed9886c06ae35b7a1a8eabfcb8 \ 18 rmd160 35eaab8726a447b961024d433845f30804da4751 19 20 depends_ build port:intltool port:pkgconfig21 depends_lib port:libxfcegui4 port:exo path:lib/pkgconfig/cairo.pc:cairo port:libwnck\22 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 df8379a18d337481b847cf232eec907a927287917788e7b730deef4a535deada \ 17 rmd160 b90822a27c953cd72ec080d28288f24807ae4f13 18 19 depends_build port:intltool port:pkgconfig 20 depends_lib port:libxfce4ui port:exo port:garcon port:libwnck \ 21 path:lib/pkgconfig/cairo.pc:cairo \ 22 port:hicolor-icon-theme port:tango-icon-theme 23 23 24 configure.args --enable-startup-notification 25 26 patchfiles config-launcher-icons.diff 24 configure.args --mandir=${prefix}/share/man 27 25 28 26 platform darwin { 29 27 configure.args-append --disable-visibility 30 28 } 29 30 livecheck.type regex 31 livecheck.url http://archive.xfce.org/feeds/project/${name} 32 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/xfce4-session/Portfile
1 # $Id: Portfile 82553 2011-08-15 19:22:39Z jmr@macports.org $1 # $Id: Portfile 78866 2011-05-24 21:29:17Z jeremyhu@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.27 revision 3 8 categories 9 platforms 10 maintainers 11 description 5 name xfce4-session 6 version 4.8.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Session manager for the Xfce desktop environment. 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 15 use_bzip2 yes 16 checksums md5 9d9890130e45e0e9476591ed9ba2c9d5 \ 17 sha1 2a5778a1543f97845f118a186e2dbb8a8ea3ff4b \ 18 rmd160 3c45028d57aee5950a485d760799d0c74ada735e 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 1df52a77d87ed4d27b4f40a2f03a0b6334422d64bdc4e31b9aac22e25e68b829 \ 17 rmd160 77085eecc7c0e7ad44bd790a2e0ae0f1a6dfc976 19 18 20 19 configure.args --enable-session-screenshots --disable-gnome 21 depends_lib port:libxfce4util port:libxfcegui4 port:p5.12-xml-parser \ 22 port:libwnck bin:iceauth:iceauth 20 depends_lib port:libxfce4ui port:p5.12-xml-parser port:libwnck port:dbus-glib \ 21 port:libxfce4util bin:iceauth:iceauth 22 23 livecheck.type regex 24 livecheck.url http://archive.xfce.org/feeds/project/${name} 25 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/xfce4-settings/Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.57 revision 2 8 categories xfce9 platforms 10 maintainers 11 description 5 name xfce4-settings 6 version 4.9.0 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description Settings Manager that replaces the previous xfce-mcs-manager 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/ 15 use_bzip2 yes 16 checksums md5 f988cb732913b5fbc115ad7105d2231e \ 17 sha1 c036cc2f3100a46b2649e678dff7c0106b219263 \ 18 rmd160 a8155346285921f3087795598989df287be8abb4 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 ee5c85ad195e2fefb98c56a8b4f775544ff913b060cb072d2a730be6abd71743 \ 17 rmd160 ae32d0ccca8c8ee989de625d57c7b9525e851ff4 19 18 20 depends_build 21 depends_lib port:libxfcegui4port:libwnck19 depends_build path:bin/pkg-config:pkgconfig 20 depends_lib port:libxfce4ui port:exo port:xfconf port:dbus-glib port:libwnck 22 21 23 platform darwin 8 { 24 patchfiles-append patch-configure.diff 25 configure.env-append PKG_CONFIG_PATH="${prefix}/lib/pkgconfig" \ 26 XI_VERSION="1.0.0" XI_CFLAGS="-I${prefix}/include" XI_LIBS="-L${prefix}/lib -lXi" \ 27 LIBX11_VERSION="6.2.0" LIBX11_CFLAGS="-I${prefix}/include" LIBX11_LIBS="-L${prefix}/lib -lX11" \ 28 XRANDR_VERSION="2.0.0" XRANDR_CFLAGS="-I${prefix}/include" XRANDR_LIBS="-L${prefix}/lib -lXrandr" \ 29 XCURSOR_VERSION="1.0.0" XCURSOR_CFLAGS="-I${prefix}/include" XCURSOR_LIBS="-L${prefix}/lib -lXcursor" 30 } 22 livecheck.type regex 23 livecheck.url http://archive.xfce.org/feeds/project/${name} 24 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/xfconf/Portfile
1 # $Id: Portfile 83037 2011-08-24 06:34:31Z jmr@macports.org $1 # $Id: Portfile 73364 2010-11-11 08:30:46Z afb@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name xfconf 6 version 4.6.2 7 categories xfce 8 platforms darwin 9 maintainers afb 10 description easy-to-use configuration system for xfce 5 name xfconf 6 version 4.8.0 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description easy-to-use configuration system for xfce 11 12 long_description ${description} 12 homepage http://www.xfce.org/ 13 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 14 use_bzip2 yes 15 checksums md5 5ff93c15077c6dbbcd38c437bc1ab2ef \ 16 sha1 2b9656a1b7f323d2600ddc929191afb50c8018f8 \ 17 rmd160 beaa96507c97fd1cbf0884ce1332c7c0da5684ac 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 e071d55982238f997a691ff4bb08ef39e4c86bae31cf69b6666bc0cdadd1b85d \ 17 rmd160 3a49003ce1d9e133ae58e3a5d24059e0b9ff1f65 18 18 19 19 depends_build port:intltool \ 20 20 port:pkgconfig … … 28 28 platform darwin { 29 29 configure.args-append --disable-visibility 30 30 } 31 32 livecheck.type regex 33 livecheck.url http://archive.xfce.org/feeds/project/${name} 34 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/xfdesktop/Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.27 revision 2 8 categories 9 platforms 10 maintainers 11 description 5 name xfdesktop 6 version 4.8.2 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description A desktop manager for the Xfce Desktop Environment 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 15 use_bzip2 yes 16 checksums md5 e800ea9fee7a5c5eaf2ae96e23a83e3a \ 17 sha1 cefcd1c1386d34386d4e900cbf88b7c24ef3bafb \ 18 rmd160 744c6442c612f41f5567713c3e9265ee95dd2898 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 9d0a48c4e9ed6723a3f9a1c5303e2bbe9b04a3b483c52472da46881df4595e71 \ 17 rmd160 a24a7db72f8cbb2cd98fa248b1695922a188f2e2 19 18 20 depends_lib port:libxml2 \ 21 port:Thunar port:libxfcegui4 19 depends_lib port:libxfce4ui port:xfconf port:libwnck \ 20 port:libxml2 \ 21 port:Thunar port:libxfce4ui 22 22 23 23 depends_build port:xfce4-panel port:libglade2 24 25 livecheck.type regex 26 livecheck.url http://archive.xfce.org/feeds/project/${name} 27 livecheck.regex "<id>${name}-(\[^<\]*)</id>" -
xfce/xfwm4/Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 4.6.27 revision 2 8 categories 9 platforms 10 maintainers 11 description 5 name xfwm4 6 version 4.8.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 categories xfce 9 platforms darwin 10 maintainers afb 11 description The window manager for Xfce 12 12 long_description ${description} 13 homepage http://www.xfce.org/ 14 master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ 15 use_bzip2 yes 16 checksums md5 3e6c0c54b028b6ea60e865e55ecdf3f8 \ 17 sha1 34514db4531e95a7dbcd7d73c8d97e5cb9d1bf89 \ 18 rmd160 445e499ca84846222120d607b80b5eac79b422d7 13 homepage http://www.xfce.org/ 14 master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ 15 use_bzip2 yes 16 checksums sha256 6a3cbf6c92a0cc3bcaf7cf2565c35beae6354768ec26b4d616a3c2544a8f8499 \ 17 rmd160 615a921185e02d4032293d3b89cdd53d68cdd7ab 19 18 20 configure.args --enable-randr --enable-startup-notification \ 21 --disable-compositor --disable-xsync 22 depends_lib port:xfconf port:gtk2 port:dbus-glib port:libwnck 19 configure.args --enable-randr --enable-startup-notification \ 20 --disable-compositor --disable-xsync 21 depends_lib port:libxfce4util port:libxfce4ui port:xfconf \ 22 port:dbus-glib port:libwnck 23 24 livecheck.type regex 25 livecheck.url http://archive.xfce.org/feeds/project/${name} 26 livecheck.regex "<id>${name}-(\[^<\]*)</id>"