X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id E13E1DC0432 for ; Thu, 23 Apr 2015 14:53:37 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 61F0CDC00E1 for ; Thu, 23 Apr 2015 14:53:32 +0000 (UTC) Received: by widdi4 with SMTP id di4so218937117wid.0 for ; Thu, 23 Apr 2015 07:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=x+Zvg9s2DropmPyC/5CvXN5po4qnmZYSWiIjH1rgVvA=; b=dezxJhOc0fsUEeXuAeKijYSjfFbhPiR1bn0LmQXvN2iVAwiUpFC8V09cjF/8eo+dHT ohw0zE5cNIg9O82LIi8PyShZhT3FJ0ZdQdBwJtd/+wVNLiSind8kfFXki4/4eMZGDyxg 63OYJ2oCgm8fjFOQNMdA4VRoRWSR2+6ry5ITZRLFhcP7qzuW/xds/eH0CGIgNMo8JoPJ uzZT8O7pn4f2MjOqpmrRvn8J1HJ5LXXiItnRxJvRFhB252/4aR61AZOzJYeu9IwZHV3p DUNqDgipXvAYeRLz3Ck+tvkQ/f6hwjMrsYHKKXUfaGa5+tYl5rd7RfGP5IZ7EbIaMySR IN9g== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.180.88.169 with SMTP id bh9mr16536639wib.6.1429800810655; Thu, 23 Apr 2015 07:53:30 -0700 (PDT) Received: by 10.28.211.213 with HTTP; Thu, 23 Apr 2015 07:53:30 -0700 (PDT) In-Reply-To: <1429529296-99237-1-git-send-email-developer@it-offshore.co.uk> References: <1429529296-99237-1-git-send-email-developer@it-offshore.co.uk> Date: Thu, 23 Apr 2015 16:53:30 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/albatross-themes: new aport From: Carlo Landmeter To: Stuart Cardall Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=f46d041825706b37120514657156 X-Virus-Scanned: ClamAV using ClamSMTP --f46d041825706b37120514657156 Content-Type: text/plain; charset=UTF-8 On 20 April 2015 at 13:28, Stuart Cardall wrote: > Dark GTK2 / 3 theme from the Shimmer Project. > --- > testing/albatross-themes/APKBUILD | 70 > +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 70 insertions(+) > create mode 100644 testing/albatross-themes/APKBUILD > > diff --git a/testing/albatross-themes/APKBUILD > b/testing/albatross-themes/APKBUILD > new file mode 100644 > index 0000000..7f7b149 > --- /dev/null > +++ b/testing/albatross-themes/APKBUILD > @@ -0,0 +1,70 @@ > +# Maintainer: Stuart Cardall > +pkgname=albatross-themes > +pkgver=1.7.3 > +pkgrel=0 > +pkgdesc="A clean minimalistic theme for Xfce, GTK+ 2 and 3" > +url="http://shimmerproject.org/project/albatross/" > +arch="noarch" > +license="GPLv2+ or CC-BY-SA" > +depends="" > +depends_dev="" > +makedepends="$depends_dev" > +subpackages="$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname-xfwm4" > +install="" > +source="albatross-$pkgver.tar.gz:: > https://github.com/shimmerproject/Albatross/archive/v$pkgver.tar.gz > + commits-to-010514-since-v1.7.3.patch > + " > + > +_builddir="$srcdir"/Albatross-$pkgver > +prepare() { > + local i > + cd "$_builddir" > + for i in $source; do > + case $i in > + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; > + esac > + done > +} > + > +build() { > + cd "$_builddir" > + # Remove Unity theme > + rm -f gtk-3.0/apps/unity.css > + sed -i '/unity\.css/d' gtk-3.0/gtk.css > +} > + > +package() { > + cd "$_builddir" > + mkdir -p "$pkgdir"/usr/share/themes/Albatross > + cp -pr * "$pkgdir"/usr/share/themes/Albatross > +} > + > +_mv() { > + pkgdesc="$1" > + install_if="$pkgname=$pkgver-r$pkgrel $2"; > + depends= > + local _i > + shift; shift > + mkdir -p "$subpkgdir"/usr/share/themes/Albatross > + for _i; do > + msg "moving $_i" > + mv "$pkgdir"/usr/share/themes/Albatross/$_i \ > + "$subpkgdir"/usr/share/themes/Albatross || return 1 > + done > +} > + > +gtk2() { > + _mv "Albatross GTK+2 themes" gtk+2.0 gtk-2.0 > + depends="gtk-murrine-engine" > +} > + > +gtk3() { _mv "Albatross GTK+3 themes" gtk+3.0 gtk-3.0; } > +metacity() { _mv "Albatross Metacity themes" metacity metacity-1; } > +xfwm4() { _mv "Albatross Xfce4 themes" xfwm4 xfwm4; } > + > +md5sums="0e2b1dc02061c5b455d5a140150d249d albatross-1.7.3.tar.gz > +1213ece2035d4d131bec282cbfc80d12 commits-to-010514-since-v1.7.3.patch" > +sha256sums="227d6757ae28dca57312d75951bdd8b07b24214eaca419562af16ddbec684ea8 > albatross-1.7.3.tar.gz > +d65cc94593f761fff8ed70662ba0f292f871fcd43560cb03f73ee1dc4e9245cc > commits-to-010514-since-v1.7.3.patch" > +sha512sums="5150b4d56d26b6332e22e2148c6780dca406c84bdc902b5291a67e87643c72f24ac1399067a47465a6cd1a6b52b7d788c699116aaa5c0c1f9a8d37b5b77084cb > albatross-1.7.3.tar.gz > +aa2d25888c298d8efcf6487d3d872f5445965642b6830625fb0ef301d2d71f25499e5afd253bd8d9b215f35628585325d036a15e96f82d814d4ae20445e23e9f > commits-to-010514-since-v1.7.3.patch" > -- > 2.3.5 > > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > > Looks like we are missing a patch here? ie commits-to-010514-since-v1.7.3.patch --f46d041825706b37120514657156 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On 20 April 2015 at 13:28, Stuart Cardall <developer@it-offs= hore.co.uk> wrote:
Dark GTK2 / 3 theme fr= om the Shimmer Project.
---
=C2=A0testing/albatross-themes/APKBUILD | 70 ++++++++++++++++++++++++++++++= +++++++++
=C2=A01 file changed, 70 insertions(+)
=C2=A0create mode 100644 testing/albatross-themes/APKBUILD

diff --git a/testing/albatross-themes/APKBUILD b/testing/albatross-themes/A= PKBUILD
new file mode 100644
index 0000000..7f7b149
--- /dev/null
+++ b/testing/albatross-themes/APKBUILD
@@ -0,0 +1,70 @@
+# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
+pkgname=3Dalbatross-themes
+pkgver=3D1.7.3
+pkgrel=3D0
+pkgdesc=3D"A clean minimalistic theme for Xfce, GTK+ 2 and 3" +url=3D"http://shimmerproject.org/project/albatross/"
+arch=3D"noarch"
+license=3D"GPLv2+ or CC-BY-SA"
+depends=3D""
+depends_dev=3D""
+makedepends=3D"$depends_dev"
+subpackages=3D"$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname= -xfwm4"
+install=3D""
+source=3D"albatross-$pkgver.tar.gz::https://gi= thub.com/shimmerproject/Albatross/archive/v$pkgver.tar.gz
+=C2=A0 =C2=A0 =C2=A0 =C2=A0commits-to-010514-since-v1.7.3.patch
+=C2=A0 =C2=A0 =C2=A0 =C2=A0"
+
+_builddir=3D"$srcdir"/Albatross-$pkgver
+prepare() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0local i
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$_builddir"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0for i in $source; do
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0case $i in
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0*.patch) msg $i; pa= tch -p1 -i "$srcdir"/$i || return 1;;
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0esac
+=C2=A0 =C2=A0 =C2=A0 =C2=A0done
+}
+
+build() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$_builddir"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0# Remove Unity theme
+=C2=A0 =C2=A0 =C2=A0 =C2=A0rm -f gtk-3.0/apps/unity.css
+=C2=A0 =C2=A0 =C2=A0 =C2=A0sed -i '/unity\.css/d' gtk-3.0/gtk.css<= br> +}
+
+package() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$_builddir"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0mkdir -p "$pkgdir"/usr/share/themes/A= lbatross
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cp -pr * "$pkgdir"/usr/share/themes/A= lbatross
+}
+
+_mv() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0pkgdesc=3D"$1"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0install_if=3D"$pkgname=3D$pkgver-r$pkgrel = $2";
+=C2=A0 =C2=A0 =C2=A0 =C2=A0depends=3D
+=C2=A0 =C2=A0 =C2=A0 =C2=A0local _i
+=C2=A0 =C2=A0 =C2=A0 =C2=A0shift; shift
+=C2=A0 =C2=A0 =C2=A0 =C2=A0mkdir -p "$subpkgdir"/usr/share/theme= s/Albatross
+=C2=A0 =C2=A0 =C2=A0 =C2=A0for _i; do
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0msg "moving $_= i"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0mv "$pkgdir&qu= ot;/usr/share/themes/Albatross/$_i=C2=A0 \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0"$subpkgdir"/usr/share/themes/Albatross || return 1
+=C2=A0 =C2=A0 =C2=A0 =C2=A0done
+}
+
+gtk2() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0_mv "Albatross GTK+2 themes" gtk+2.0 = gtk-2.0
+=C2=A0 =C2=A0 =C2=A0 =C2=A0depends=3D"gtk-murrine-engine"
+}
+
+gtk3() { _mv "Albatross GTK+3 themes" gtk+3.0 gtk-3.0; }
+metacity() { _mv "Albatross Metacity themes" metacity metacity-1= ; }
+xfwm4() { _mv "Albatross Xfce4 themes" xfwm4 xfwm4; }
+
+md5sums=3D"0e2b1dc02061c5b455d5a140150d249d=C2=A0 albatross-1.7.3.tar= .gz
+1213ece2035d4d131bec282cbfc80d12=C2=A0 commits-to-010514-since-v1.7.3.patc= h"
+sha256sums=3D"227d6757ae28dca57312d75951bdd8b07b24214eaca419562af16dd= bec684ea8=C2=A0 albatross-1.7.3.tar.gz
+d65cc94593f761fff8ed70662ba0f292f871fcd43560cb03f73ee1dc4e9245cc=C2=A0 com= mits-to-010514-since-v1.7.3.patch"
+sha512sums=3D"5150b4d56d26b6332e22e2148c6780dca406c84bdc902b5291a67e8= 7643c72f24ac1399067a47465a6cd1a6b52b7d788c699116aaa5c0c1f9a8d37b5b77084cb= =C2=A0 albatross-1.7.3.tar.gz
+aa2d25888c298d8efcf6487d3d872f5445965642b6830625fb0ef301d2d71f25499e5afd25= 3bd8d9b215f35628585325d036a15e96f82d814d4ae20445e23e9f=C2=A0 commits-to-010= 514-since-v1.7.3.patch"
--
2.3.5



---
Unsubscribe:=C2=A0 alpine-aports+unsubscribe@lists.alpinelinux.org
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-aports+help@lists.alpinelinux.org
---


Looks= like we are missing a patch here? ie commits-to-010514-since-v1.7.3.patch<= /div>
--f46d041825706b37120514657156-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---