aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gmail.com>2012-05-11 17:31:20 +0800
committerBen de Groot <yngwin@gmail.com>2012-05-11 17:31:20 +0800
commit7794a901f7cf468c2c03179d4a0b2bb9af12dea0 (patch)
tree587f6b1a175362cfd3c8b69c5dcd9876a58dfb2e /media-gfx
parentx11-misc/ptbatterysystemtray: .pro file now all lowercase (diff)
downloadqt-7794a901f7cf468c2c03179d4a0b2bb9af12dea0.tar.gz
qt-7794a901f7cf468c2c03179d4a0b2bb9af12dea0.tar.bz2
qt-7794a901f7cf468c2c03179d4a0b2bb9af12dea0.zip
media-gfx/photo: moved to official tree
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/photo/Manifest1
-rw-r--r--media-gfx/photo/files/photo-0.7.1.1-install-desktop.patch22
-rw-r--r--media-gfx/photo/metadata.xml5
-rw-r--r--media-gfx/photo/photo-0.7.1.1.ebuild26
4 files changed, 0 insertions, 54 deletions
diff --git a/media-gfx/photo/Manifest b/media-gfx/photo/Manifest
deleted file mode 100644
index 67b253f8..00000000
--- a/media-gfx/photo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 147453-photo-0.7.1.1.tar.gz 343026 SHA256 e93d03208b5be97ac8dd1234fcfa18801521f2a1c24f411db42d5863be487a24 SHA512 b12449d4959bf33881bbf6fdb5aa6ff814dc02cc35c05de0f66e28fb8559c80a9d3c7ec8257242d8271602de9340a1609eb2f21a9a767d804723c16c10f637e2 WHIRLPOOL 048944da1fc18c6ce2fbfb2c0e4c40624fe78dbc9b95dc43bd1ff0de6aabda1d2414a0eee4b5efffb8d1f2831c1fb71d47dd5dca1b4c674f32af6b4696e76c4f
diff --git a/media-gfx/photo/files/photo-0.7.1.1-install-desktop.patch b/media-gfx/photo/files/photo-0.7.1.1-install-desktop.patch
deleted file mode 100644
index 4814a419..00000000
--- a/media-gfx/photo/files/photo-0.7.1.1-install-desktop.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -burN photo-0.7.1.1-orig/CMakeLists.txt photo-0.7.1.1/CMakeLists.txt
---- photo-0.7.1.1-orig/CMakeLists.txt 2012-04-29 20:38:49.374650243 +0800
-+++ photo-0.7.1.1/CMakeLists.txt 2012-04-29 21:00:03.237838770 +0800
-@@ -28,7 +28,7 @@
- if(UNIX)
-
- # find xdg-desktop-menu and xdg-mime
-- find_program(XDG-DESKTOP-MENU_EXECUTABLE xdg-desktop-menu)
-+ #find_program(XDG-DESKTOP-MENU_EXECUTABLE xdg-desktop-menu)
-
- # Set the install prefix to /usr/
- SET(PRODUCT_INSTALL_PREFIX /usr)
-@@ -41,7 +41,8 @@
-
- # Install desktop file
- INSTALL(
-- CODE "execute_process(COMMAND ${XDG-DESKTOP-MENU_EXECUTABLE} install --novendor ${CMAKE_CURRENT_SOURCE_DIR}/photo.desktop)"
-+ FILES photo.desktop
-+ DESTINATION share/applications/
- )
-
- # And install all the icons
diff --git a/media-gfx/photo/metadata.xml b/media-gfx/photo/metadata.xml
deleted file mode 100644
index dc439f7e..00000000
--- a/media-gfx/photo/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>qt</herd>
-</pkgmetadata>
diff --git a/media-gfx/photo/photo-0.7.1.1.ebuild b/media-gfx/photo/photo-0.7.1.1.ebuild
deleted file mode 100644
index c85f98ef..00000000
--- a/media-gfx/photo/photo-0.7.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Simple but powerful Qt4-based image viewer"
-HOMEPAGE="http://qt-apps.org/content/show.php/Photo?content=147453"
-SRC_URI="http://qt-apps.org/CONTENT/content-files/147453-${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="media-gfx/exiv2
- x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-install-desktop.patch
-}
-
-#TODO: translations