diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-04-29 10:52:50 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-04-29 10:52:50 +0000 |
commit | ac0a181f6b857bbfcad64dcf0b353daed4dd6aac (patch) | |
tree | a76ae05dcb4a6bf47f9ace8ea1859b3781975a9c /media-gfx/opcion/files | |
parent | x86 stable wrt #175221 (diff) | |
download | gentoo-2-ac0a181f6b857bbfcad64dcf0b353daed4dd6aac.tar.gz gentoo-2-ac0a181f6b857bbfcad64dcf0b353daed4dd6aac.tar.bz2 gentoo-2-ac0a181f6b857bbfcad64dcf0b353daed4dd6aac.zip |
Revbump for migration to gen-2 eclasses and building from source instead of just installing upstream's jar. Introduces jgoodies-looks-1.2 dependency that upstream bundles in its jar.
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-gfx/opcion/files')
-rw-r--r-- | media-gfx/opcion/files/digest-opcion-1.1.1-r1 | 3 | ||||
-rw-r--r-- | media-gfx/opcion/files/opcion-1.1.1-fix-source.patch | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/media-gfx/opcion/files/digest-opcion-1.1.1-r1 b/media-gfx/opcion/files/digest-opcion-1.1.1-r1 new file mode 100644 index 000000000000..30c664c5a7fa --- /dev/null +++ b/media-gfx/opcion/files/digest-opcion-1.1.1-r1 @@ -0,0 +1,3 @@ +MD5 3780702c2a400d7f46c9030d8c4db654 Opcion_v1.1.1_src.zip 319793 +RMD160 7c0009798996601f24beffb89539fe9a6774d948 Opcion_v1.1.1_src.zip 319793 +SHA256 f1af9606c63e200d860d01c2f7bd241031b857928b939fb8044d27aabf83f298 Opcion_v1.1.1_src.zip 319793 diff --git a/media-gfx/opcion/files/opcion-1.1.1-fix-source.patch b/media-gfx/opcion/files/opcion-1.1.1-fix-source.patch new file mode 100644 index 000000000000..4c5f1dc9c9e3 --- /dev/null +++ b/media-gfx/opcion/files/opcion-1.1.1-fix-source.patch @@ -0,0 +1,15 @@ +--- FontViewer/components/AAToggleButton.java 2007-04-29 12:20:16.000000000 +0200 ++++ FontViewer/components/AAToggleButton.java 2007-04-29 12:10:53.000000000 +0200 +@@ -38,7 +38,11 @@ + this.setToolTipText(fname + " (" + floc + ")"); + } + +- public String getFName() { ++ public AAToggleButton(String s) { ++ super(s); ++ } ++ ++ public String getFName() { + return fname; + } + |