diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /gnustep-apps/preview |
reinit the tree, so we can have metadata
Diffstat (limited to 'gnustep-apps/preview')
-rw-r--r-- | gnustep-apps/preview/Manifest | 6 | ||||
-rw-r--r-- | gnustep-apps/preview/files/preview-0.8.5-compilation-errors.patch | 30 | ||||
-rw-r--r-- | gnustep-apps/preview/metadata.xml | 18 | ||||
-rw-r--r-- | gnustep-apps/preview/preview-0.9.ebuild | 21 |
4 files changed, 75 insertions, 0 deletions
diff --git a/gnustep-apps/preview/Manifest b/gnustep-apps/preview/Manifest new file mode 100644 index 000000000000..bd4635ca5980 --- /dev/null +++ b/gnustep-apps/preview/Manifest @@ -0,0 +1,6 @@ +AUX preview-0.8.5-compilation-errors.patch 1047 SHA256 7ac12fce66823fe304fd0cc593874c44ad7934ed4fe4b7e0d8835f16c0960fec SHA512 1b34f13c152767a739ade661dadd81891cd27f190b545b4304c7e1dd21f0246181b6abb2fcb835d648f77ee9fd55682a7a2af0a5c6ad672443007c9af1911668 WHIRLPOOL 00b6cbcfe9539d6e9b2d19b096bcb1d064cce9f2e7cdc59a0d851b0562c8035c42c9c0f774e9fb7b331a5c92a0be2b1ed03c4e633c43e6f4828fe658c933c65d +DIST Preview-0.9.tar.gz 77516 SHA256 95b790062ff0d67368299125ab3a4295d80ef5ab2d57e8b85e262deea3508a71 SHA512 cfca47e8024f4db2486c3c9c9334b0f5b74f71e6386b227b417f62df541cddf2e2d77d50c9ffce7287284d1339bedb9c929e6254810f370229b59d325fc332ba WHIRLPOOL cdc7cea717ad2cd66a1dd4ca2a170093f19dac1ebc44df26abfb54fc7be306e95e00231b4cc2a0ef79a0e474b7fde49dc5df0048ee4fddbf9a18c8b027119b4e +EBUILD preview-0.9.ebuild 568 SHA256 f7dc6bbb9f1a919d74999f6084d34864221c0c77cf87435593507ee2e49789c1 SHA512 b46220fc9feb96e8083c145934b3e3ad408e4f006e40f07d8f23d6d70069bc942d02423eb78e92a625e8788ab25f8118d7148c5c1c092373f4b6c67219b8b78d WHIRLPOOL 7b4793400edc61415cd3623ad9d9cb6bf95daeca4299bc41df81120ae50e2ee910855e2817fa1073612c66210250c1feca5adfd4c072d17ce039ff0bc676aa40 +MISC ChangeLog 2534 SHA256 5ebbb8849c043916f1dfa157cf933941740a39253e0b84f31ac8790fd8af52a6 SHA512 2080fe8cad5629838d1b0416853c54b45b818a65ec6a484b03aa32ba1a939cf302a5440990b7c30b828b1f218cc32636b0373897cc73c5013bd4a3014bc0746c WHIRLPOOL 597d503411b917e9f43a9964d63fda597074b40b74d7bce787e9eb6482b9306b10fb7846576f59e98a8285663b1c73d6c13882b8984513fa6c76f4aed310d223 +MISC ChangeLog-2015 3474 SHA256 d7c06f7d167f13eba7d02a38ea6818365780201d69fd68a42fe7cf7456492126 SHA512 ecfe986a339b7ed68ceca6ce32b073948b2b78719268c25c4cc66e53c34bb271403b71c73b64a6342f9206ac23565e1480a90fe030f2c58ddd331aa873378a8f WHIRLPOOL 70135bc987b93da8899e625544023fe4ec2b2a2542e0c1160e00c5213a4c15f889c72e4f28580b2b3665dd411223ce52676d9eba46a8da8ee4cbc9514fa55fab +MISC metadata.xml 594 SHA256 2af12fa6d84012fe450856da39bfbff41113b4019101c32c700a0473c16e2e95 SHA512 8db875cb47658ce5a04b46bbdd9335291d131d5a58239fc88c43304d5083e96f91e6a7e03f2f2e6a91052b27bb57254d70f1c4d0875f1bd5e782e08be589cab6 WHIRLPOOL a23cd791e78d8519fa9520137e93fc3f842d17777b49b82f91b9ac9f5d86094532e078b153f93c11ecd6d8c46c955b0f7fa3db09efd0c9d6258595981f2a69fb diff --git a/gnustep-apps/preview/files/preview-0.8.5-compilation-errors.patch b/gnustep-apps/preview/files/preview-0.8.5-compilation-errors.patch new file mode 100644 index 000000000000..247a7c8b171d --- /dev/null +++ b/gnustep-apps/preview/files/preview-0.8.5-compilation-errors.patch @@ -0,0 +1,30 @@ +2010-05-18 Federico Gimenez Nieto <fgimenez@coit.es> + + * Document.m: Import <AppKit/AppKit.h>. + +Index: preview.app-0.8.5/Document.m +=================================================================== +--- preview.app-0.8.5.orig/Document.m 2010-05-18 19:18:11.000000000 +0200 ++++ preview.app-0.8.5/Document.m 2010-05-18 19:18:23.000000000 +0200 +@@ -35,20 +35,7 @@ + + #include <Foundation/NSNotification.h> + +-#include <AppKit/NSApplication.h> +-#include <AppKit/NSAffineTransform.h> +-#include <AppKit/NSClipView.h> +-#include <AppKit/NSCursor.h> +-#include <AppKit/NSImage.h> +-#include <AppKit/NSImageView.h> +-#include <AppKit/NSMatrix.h> +-#include <AppKit/NSPasteboard.h> +-#include <AppKit/NSPopUpButton.h> +-#include <AppKit/NSScreen.h> +-#include <AppKit/NSScrollView.h> +-#include <AppKit/NSWindow.h> +-#include <AppKit/NSWindowController.h> +-#include <AppKit/NSScroller.h> ++#include <AppKit/AppKit.h> + + /*********************************************************************/ + /**************** NSDocument Private methods *************************/ diff --git a/gnustep-apps/preview/metadata.xml b/gnustep-apps/preview/metadata.xml new file mode 100644 index 000000000000..c698becb0fe9 --- /dev/null +++ b/gnustep-apps/preview/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> +</maintainer> +<longdescription> +* Open GNUstep images file supported by GNUstep (usaly tiff/jpeg/gif/png) +* Save as and Save To (tiff only) +* Print and Page Layout +* Zoom +* The image can be copy into the Pasboard (to be paste or use by services) +* Documentation +* Source fully available +* Release under the GNU GENERAL PUBLIC LICENSE 2 +</longdescription> +</pkgmetadata> diff --git a/gnustep-apps/preview/preview-0.9.ebuild b/gnustep-apps/preview/preview-0.9.ebuild new file mode 100644 index 000000000000..1f5d11774224 --- /dev/null +++ b/gnustep-apps/preview/preview-0.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=3 +inherit gnustep-2 + +S=${WORKDIR}/${PN/p/P} + +DESCRIPTION="Simple image viewer" +HOMEPAGE="http://www.sonappart.net/softwares/preview/" +SRC_URI="http://www.sonappart.net/softwares/preview/download/${P/p/P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +src_prepare() { + sed -e 's/sel_eq(/sel_isEqual(/' -i Document.m || die "sed failed" + # Fix compilation, patch from debian + epatch "${FILESDIR}"/${PN}-0.8.5-compilation-errors.patch +} |