summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-01-05 12:29:42 -0600
committerDoug Newgard2014-01-05 12:29:42 -0600
commitdcfba4f4eacc9bebec4cde9f5a76402d120d0ea1 (patch)
tree6473868f9d391b4f72dc64b08c955c73f3e0f5b9
parentbddd90f1d1c16eca98cc3836b6235d2cf4cb684b (diff)
downloadaur-dcfba4f4eacc9bebec4cde9f5a76402d120d0ea1.tar.gz
GPL icons were removed upstream
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc947546c77..400f444a159c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = ephoto-git
arch = i686
arch = x86_64
license = BSD
- license = GPL3
makedepends = git
depends = elementary
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index 26cf0450172c..efabfd5ae3b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A light image viewer based on EFL"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
-license=('BSD' 'GPL3')
+license=('BSD')
depends=('elementary' 'desktop-file-utils')
makedepends=('git')
provides=("$_pkgname=$pkgver")
@@ -42,8 +42,6 @@ package() {
make DESTDIR="$pkgdir" install
- sed -i 's/COPYING.icons/the GNU General Public License v3/g' COPYING
-
# install text files
install -Dm644 ChangeLog "$pkgdir/usr/share/doc/$_pkgname/ChangeLog"
install -Dm644 NEWS "$pkgdir/usr/share/doc/$_pkgname/NEWS"