diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-04-21 03:40:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-04-21 03:40:53 +0000 |
commit | fea0ffadde7fd1d0344b99c0b7a7e906eeadc2ae (patch) | |
tree | b72cfe6c284c6b9467051d05a6dfcb318f6efc56 /x11-plugins/wmblob | |
parent | Add patch for GCC 4.3. Fix quoting issues. (diff) | |
download | historical-fea0ffadde7fd1d0344b99c0b7a7e906eeadc2ae.tar.gz historical-fea0ffadde7fd1d0344b99c0b7a7e906eeadc2ae.tar.bz2 historical-fea0ffadde7fd1d0344b99c0b7a7e906eeadc2ae.zip |
old
Package-Manager: portage-2.1.5_rc5
Diffstat (limited to 'x11-plugins/wmblob')
-rw-r--r-- | x11-plugins/wmblob/Manifest | 12 | ||||
-rw-r--r-- | x11-plugins/wmblob/files/wmblob-configure-fixes.patch | 21 | ||||
-rw-r--r-- | x11-plugins/wmblob/files/wmblob.desktop | 9 |
3 files changed, 0 insertions, 42 deletions
diff --git a/x11-plugins/wmblob/Manifest b/x11-plugins/wmblob/Manifest index cac94b3eed9a..8c24fbf6616c 100644 --- a/x11-plugins/wmblob/Manifest +++ b/x11-plugins/wmblob/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX wmblob-configure-fixes.patch 518 RMD160 6e3d415a33ebf987870eae1b64a8afc9db5881f8 SHA1 ac656d28c02649d861535836dbfea35e1df72e53 SHA256 a7b22c6818c91bb4934d2729d2a254c2288d1279b8d016f8e03aa03bea495634 -AUX wmblob.desktop 170 RMD160 075e93479c9d60b4074bee30003669ae5bf0d08f SHA1 5bec8c21dc7d7fb0ee0c41fe55bb48046570bbb1 SHA256 531ca51f6daf4f1ba8c21ca6b6dc4041042762aabbdd8bcba7603e76db273931 DIST wmblob_1.0.3.orig.tar.gz 180039 RMD160 b27b752a4484681a379f9f08f4d63769d10b574f SHA1 a44177cf3d90aaba593e73e79ae5c782680691ea SHA256 d26850fe15e444817ed9996663427bd933a74d4e5591008a5a7c39d21e2583b2 EBUILD wmblob-1.0.3.ebuild 953 RMD160 7045e0714b79ca3a9e91ddc67bf05ed94f9e50dd SHA1 00a649853433750da3bc80ad6804f588589143f0 SHA256 5d6eea35ef15101d492ecd0cbbca702788931e2dd524d97f04ca9d6c0a38745c MISC ChangeLog 2031 RMD160 e442b46d5baf2d627b79e8f11afc02f66f8283f8 SHA1 2c94bb2c8a46d034f98915bbf6fb5ce8a145d3a6 SHA256 35864856194e522a5344a706c26dd9e5da8a321fa14b6926b2baf9bf80056fdc MISC metadata.xml 165 RMD160 a554e96dc33b1fb4b3518f27a21bf3f59dc21b1c SHA1 674655a4f0fc35c7b3b2e05aab1910c0ebafade1 SHA256 c2f8a0b30c83dba56f0c36a4ba1cb002621ae58dfc13fae94b9db6eb67fb9f1b ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkgLbfwACgkQkKaRLQcq0GL5igCdGOiJGOghvPuvPF/lpEX1iJbx -YQUAniEh+EYPOzAXvp5g9xr8A/g9OVLp -=40XR ------END PGP SIGNATURE----- diff --git a/x11-plugins/wmblob/files/wmblob-configure-fixes.patch b/x11-plugins/wmblob/files/wmblob-configure-fixes.patch deleted file mode 100644 index 52ef1054643a..000000000000 --- a/x11-plugins/wmblob/files/wmblob-configure-fixes.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2005-07-10 17:26:19.673044250 -0400 -+++ configure 2005-07-10 17:28:20.964624500 -0400 -@@ -3368,7 +3368,9 @@ - echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 - fi - -+if test "x$x_libraries" != "x"; then - LIBS="$LIBS -L$x_libraries" -+fi - - # Checks for libraries. - -@@ -4473,7 +4475,7 @@ - - - # compiler flags --CFLAGS="$CFLAGS -O2 -Wall" -+CFLAGS="$CFLAGS -O2 $GENTOO_CFLAGS -Wall" - - ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile" - diff --git a/x11-plugins/wmblob/files/wmblob.desktop b/x11-plugins/wmblob/files/wmblob.desktop deleted file mode 100644 index 39535869ada8..000000000000 --- a/x11-plugins/wmblob/files/wmblob.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=WmBlob -Comment=Blobs viewer -Comment[pl]=Wyświetlacz blobów -Exec=wmblob -Type=Application -Encoding=UTF-8 -Terminal=0 -Categories=Application;Graphics; |