From 4618b125b7e5d530f8b620c5be945f6628cef829 Mon Sep 17 00:00:00 2001 From: milisman Date: Mon, 25 Apr 2016 19:07:24 +0000 Subject: [PATCH] viewnior --- talimatname/genel/gnome-common/talimat | 18 ++++++++++++++++++ talimatname/genel/viewnior/talimat | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 talimatname/genel/gnome-common/talimat create mode 100644 talimatname/genel/viewnior/talimat diff --git a/talimatname/genel/gnome-common/talimat b/talimatname/genel/gnome-common/talimat new file mode 100644 index 000000000..3b6f6aff1 --- /dev/null +++ b/talimatname/genel/gnome-common/talimat @@ -0,0 +1,18 @@ +# Description: Common macros pour GNOME 3 (GIT Version) +# URL: http://www.gnome.org +# Maintainer: http://linuxfromscratch.org/ +# Packager: milisarge +# Depends on: + + +name=gnome-common +version=3.18.0 +release=1 +source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG/ install +} diff --git a/talimatname/genel/viewnior/talimat b/talimatname/genel/viewnior/talimat new file mode 100644 index 000000000..d72044df3 --- /dev/null +++ b/talimatname/genel/viewnior/talimat @@ -0,0 +1,18 @@ +# Description: Fast and simple GTK+ image viewer +# URL: http://xsisqox.github.io/Viewnior/ +# Maintainer: Filip Rex Dimovski, bjorn at krstarica dot com +# packager: milisarge +# Depends on: glib gtk2 gnome-common shared-mime-info exiv2 + +name=viewnior +version=1.6 +release=1 +source=(https://github.com/xsisqox/Viewnior/archive/$name-$version.tar.gz) + +build() { + cd Viewnior-$name-$version + ./autogen.sh + ./configure + make + make DESTDIR=$PKG install +}