X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ie0-f193.google.com (mail-ie0-f193.google.com [209.85.223.193]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CD28FDC01BC for ; Mon, 22 Sep 2014 03:56:42 +0000 (UTC) Received: by mail-ie0-f193.google.com with SMTP id rd18so603727iec.4 for ; Sun, 21 Sep 2014 20:56:42 -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=16teV1jzWUfp0kPieFr8EEKmBxRNOfRNjMEL3MFflJk=; b=ClZNFnqyz+wTQ14ieAWH4pMgdA2XGEUM/Sk9rSi8bVsblwtPB/YRR3r/o0op39fZ+F NDl3w4lwuZJsA4U8jOmfp5ODTP1xd7TOssBd0Tmb7xgBwvfGho+fv+tsK9Dj0hIZQFzR s0HAutS22L6NPuXo5dErLjG53TFQUSf/1yARC8GLRk+0LyosxP0rHNrKC17GvOrqbIaW 8x+6mxYgmwUTM6y8J0beCW2qVWRr02iaNEjo9aaRC3LnrOMmcjre7qRD2MjjcwkaBano jBEhIE+UZfElddCBhwZ40azRdc0f2GUa3QgpDR4r/y0pbxBDIhmyd3ma6s6z7VsqNsh7 D6qw== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.42.40.13 with SMTP id j13mr13708558ice.50.1411358201911; Sun, 21 Sep 2014 20:56:41 -0700 (PDT) Received: by 10.107.0.85 with HTTP; Sun, 21 Sep 2014 20:56:41 -0700 (PDT) In-Reply-To: References: <1411145151-13037-1-git-send-email-k0r10n.dev@gmail.com> Date: Mon, 22 Sep 2014 07:56:41 +0400 Message-ID: Subject: Re: [alpine-devel] [PATCH] Upgrade lxpanel to 0.7.0 From: Ko De To: Carlo Landmeter Cc: Alpine-devel Content-Type: multipart/alternative; boundary=90e6ba614cfe469fd105039f70cb --90e6ba614cfe469fd105039f70cb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yes, my mistake, sorry. I have to run abuild checksum before send this. It's wrong patch name. abuild checksum will decide my mistake. 2014-09-21 2:11 GMT+04:00 Carlo Landmeter : > Tried to build but i'm missing 10-devproc-lxpanel-0.7.0.patch > > On 19 September 2014 18:45, k0r10n wrote: > >> --- >> testing/lxpanel/10-devproc-lxpanel-0.6.2.patch | 4 ++-- >> testing/lxpanel/APKBUILD | 22 >> ++++++++++------------ >> 2 files changed, 12 insertions(+), 14 deletions(-) >> >> diff --git a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch >> b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch >> index aed0cc5..0932a4b 100644 >> --- a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch >> +++ b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch >> @@ -1,5 +1,5 @@ >> ---- a/src/plugins/netstat/devproc.c >> -+++ b/src/plugins/netstat/devproc.c >> +--- a/plugins/netstat/devproc.c >> ++++ b/plugins/netstat/devproc.c >> @@ -25,15 +25,15 @@ >> #include >> #include >> diff --git a/testing/lxpanel/APKBUILD b/testing/lxpanel/APKBUILD >> index 6325701..a59fb9d 100644 >> --- a/testing/lxpanel/APKBUILD >> +++ b/testing/lxpanel/APKBUILD >> @@ -1,17 +1,17 @@ >> # Maintainer: Bart=C5=82omiej Piotrowski >> >> pkgname=3Dlxpanel >> -pkgver=3D0.6.2 >> +pkgver=3D0.7.0 >> pkgrel=3D1 >> pkgdesc=3D'Lightweight X11 desktop panel' >> arch=3D'all' >> url=3D'http://lxde.org/' >> license=3D'GPL' >> makedepends=3D'gtk+2.0-dev alsa-lib-dev menu-cache-dev libwnck-dev >> - wireless-tools-dev docbook-xml docbook-xsl intltool' >> + wireless-tools-dev docbook-xml docbook-xsl intltool >> libfm-dev' >> subpackages=3D"$pkgname-doc $pkgname-dev $pkgname-lang" >> -source=3D" >> http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.gz >> - 10-devproc-lxpanel-0.6.2.patch" >> +source=3D" >> http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz >> + 10-devproc-lxpanel-0.7.0.patch" >> >> _builddir=3D"$srcdir"/${pkgname}-${pkgver} >> prepare() { >> @@ -28,8 +28,6 @@ prepare() { >> build() { >> cd "$_builddir" >> CFLAGS=3D"$CFLAGS -lgmodule-2.0" ./configure \ >> - --build=3D$CBUILD \ >> - --host=3D$CHOST \ >> --prefix=3D/usr \ >> --sysconfdir=3D/etc \ >> --mandir=3D/usr/share/man \ >> @@ -44,9 +42,9 @@ package() { >> make DESTDIR=3D"$pkgdir" install || return 1 >> } >> >> -md5sums=3D"b074182b6effe46ccac97bf178de4e32 lxpanel-0.6.2.tar.gz >> -87ef3f86b272d1f50f6b0e770e40b095 10-devproc-lxpanel-0.6.2.patch" >> -sha256sums=3D"f9ba6d0b825f7b99de045c3371738792bf9f3604af66bef4d98d78346= 1c60a48 >> lxpanel-0.6.2.tar.gz >> -28afcd7f3cc1e2eec84d93ff49468224507b5d824c5692bb5915a2c90b6b2275 >> 10-devproc-lxpanel-0.6.2.patch" >> -sha512sums=3D"bd80f3cc9ff288a362e733fd26c31a90169d467f01f6df468bc6efb2a= 3c6ce4feeedba509a8562327bb0e21cf0ee56f4d42b7f4ca802622fa958e7e1b1a03f10 >> lxpanel-0.6.2.tar.gz >> -bf161826515ac031dfe035f9133167c4d3f42b40bf42732ef74166f6af9aeffc0195dc6= c5326e8cb301f4efb4e299378997ef16908dd64e992470a5d4d03563d >> 10-devproc-lxpanel-0.6.2.patch" >> +md5sums=3D"39698de2c5eda2837607762c9f522cd0 lxpanel-0.7.0.tar.xz >> +383032b0d8f6c9d2e183930eeeeff395 10-devproc-lxpanel-0.7.0.patch" >> +sha256sums=3D"bd010d13b1627335f45be1755f7f260dc439c2cfbce942bc36705fa2c= ffd0b53 >> lxpanel-0.7.0.tar.xz >> +8a072485031062b592948d10c6dcdecf33e794789a5d86f214addf75114ab181 >> 10-devproc-lxpanel-0.7.0.patch" >> +sha512sums=3D"396147a24e852dd7288f99281116c797df4dbb1912925a6b4403ffe74= bb8e3d821f7cd96965bedb2db9aff2d1ca3ae89be6e5712df04353a69a9cca5b03589aa >> lxpanel-0.7.0.tar.xz >> +198174624d27198dc229a676d9cee1f56ee4528a5fd8dddf20ed474d3731c90e7f7ba70= 6e3ffb8c8d0b200caece83aa0f3f365726fbf8ad6733996d2c9522914 >> 10-devproc-lxpanel-0.7.0.patch" >> -- >> 2.0.0 >> >> >> >> --- >> Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org >> Help: alpine-devel+help@lists.alpinelinux.org >> --- >> >> > --90e6ba614cfe469fd105039f70cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, my mistake, sorry. I have to run abuild checksum befo= re send this. It's wrong patch name. abuild checksum will decide my mis= take.

20= 14-09-21 2:11 GMT+04:00 Carlo Landmeter <clandmeter@gmail.com>:
Tried to build bu= t i'm missing=C2=A010-devproc-lxpanel-0.7.0.patch

<= div class=3D"gmail_quote">
On 19 September 2014 18:45= , k0r10n <k0r10n.dev@gmail.com> wrote:
---
=C2=A0testing/lxpanel/10-devproc-lxpanel-0.6.2.patch |=C2=A0 4 ++--
=C2=A0testing/lxpanel/APKBUILD=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 22 ++++++++++------------
=C2=A02 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch b/testing/lxpan= el/10-devproc-lxpanel-0.6.2.patch
index aed0cc5..0932a4b 100644
--- a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch
+++ b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch
@@ -1,5 +1,5 @@
---- a/src/plugins/netstat/devproc.c
-+++ b/src/plugins/netstat/devproc.c
+--- a/plugins/netstat/devproc.c
++++ b/plugins/netstat/devproc.c
=C2=A0@@ -25,15 +25,15 @@
=C2=A0 #include <net/if.h>
=C2=A0 #include <net/if_arp.h>
diff --git a/testing/lxpanel/APKBUILD b/testing/lxpanel/APKBUILD
index 6325701..a59fb9d 100644
--- a/testing/lxpanel/APKBUILD
+++ b/testing/lxpanel/APKBUILD
@@ -1,17 +1,17 @@
=C2=A0# Maintainer: Bart=C5=82omiej Piotrowski <nospam@bpiotrowski.pl>

=C2=A0pkgname=3Dlxpanel
-pkgver=3D0.6.2
+pkgver=3D0.7.0
=C2=A0pkgrel=3D1
=C2=A0pkgdesc=3D'Lightweight X11 desktop panel'
=C2=A0arch=3D'all'
=C2=A0url=3D'http://lxde= .org/'
=C2=A0license=3D'GPL'
=C2=A0makedepends=3D'gtk+2.0-dev alsa-lib-dev menu-cache-dev libwnck-de= v
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0wireless-tools-dev docbook= -xml docbook-xsl intltool'
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0wireless-tools-dev docbook= -xml docbook-xsl intltool libfm-dev'
=C2=A0subpackages=3D"$pkgname-doc $pkgname-dev $pkgname-lang"
-source=3D"http://downloads.sourceforge.ne= t/sourceforge/lxde/lxpanel-$pkgver.tar.gz
-=C2=A0 =C2=A0 =C2=A0 =C2=A010-devproc-lxpanel-0.6.2.patch"
+source=3D"http://downloads.sourceforge.ne= t/sourceforge/lxde/lxpanel-$pkgver.tar.xz
+=C2=A0 =C2=A0 =C2=A0 =C2=A010-devproc-lxpanel-0.7.0.patch"

=C2=A0_builddir=3D"$srcdir"/${pkgname}-${pkgver}
=C2=A0prepare() {
@@ -28,8 +28,6 @@ prepare() {
=C2=A0build() {
=C2=A0 =C2=A0cd "$_builddir"
=C2=A0 =C2=A0CFLAGS=3D"$CFLAGS -lgmodule-2.0" ./configure \
-=C2=A0 =C2=A0 --build=3D$CBUILD \
-=C2=A0 =C2=A0 --host=3D$CHOST \
=C2=A0 =C2=A0 =C2=A0--prefix=3D/usr \
=C2=A0 =C2=A0 =C2=A0--sysconfdir=3D/etc \
=C2=A0 =C2=A0 =C2=A0--mandir=3D/usr/share/man \
@@ -44,9 +42,9 @@ package() {
=C2=A0 =C2=A0make DESTDIR=3D"$pkgdir" install || return 1
=C2=A0}

-md5sums=3D"b074182b6effe46ccac97bf178de4e32=C2=A0 lxpanel-0.6.2.tar.g= z
-87ef3f86b272d1f50f6b0e770e40b095=C2=A0 10-devproc-lxpanel-0.6.2.patch"= ;
-sha256sums=3D"f9ba6d0b825f7b99de045c3371738792bf9f3604af66bef4d98d783= 461c60a48=C2=A0 lxpanel-0.6.2.tar.gz
-28afcd7f3cc1e2eec84d93ff49468224507b5d824c5692bb5915a2c90b6b2275=C2=A0 10-= devproc-lxpanel-0.6.2.patch"
-sha512sums=3D"bd80f3cc9ff288a362e733fd26c31a90169d467f01f6df468bc6efb= 2a3c6ce4feeedba509a8562327bb0e21cf0ee56f4d42b7f4ca802622fa958e7e1b1a03f10= =C2=A0 lxpanel-0.6.2.tar.gz
-bf161826515ac031dfe035f9133167c4d3f42b40bf42732ef74166f6af9aeffc0195dc6c53= 26e8cb301f4efb4e299378997ef16908dd64e992470a5d4d03563d=C2=A0 10-devproc-lxp= anel-0.6.2.patch"
+md5sums=3D"39698de2c5eda2837607762c9f522cd0=C2=A0 lxpanel-0.7.0.tar.x= z
+383032b0d8f6c9d2e183930eeeeff395=C2=A0 10-devproc-lxpanel-0.7.0.patch"= ;
+sha256sums=3D"bd010d13b1627335f45be1755f7f260dc439c2cfbce942bc36705fa= 2cffd0b53=C2=A0 lxpanel-0.7.0.tar.xz
+8a072485031062b592948d10c6dcdecf33e794789a5d86f214addf75114ab181=C2=A0 10-= devproc-lxpanel-0.7.0.patch"
+sha512sums=3D"396147a24e852dd7288f99281116c797df4dbb1912925a6b4403ffe= 74bb8e3d821f7cd96965bedb2db9aff2d1ca3ae89be6e5712df04353a69a9cca5b03589aa= =C2=A0 lxpanel-0.7.0.tar.xz
+198174624d27198dc229a676d9cee1f56ee4528a5fd8dddf20ed474d3731c90e7f7ba706e3= ffb8c8d0b200caece83aa0f3f365726fbf8ad6733996d2c9522914=C2=A0 10-devproc-lxp= anel-0.7.0.patch"
--
2.0.0



---
Unsubscribe:=C2=A0 alpine-devel+unsubscribe@lists.alpinelinux.or= g
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-devel+help@lists.alpineli= nux.org
---



--90e6ba614cfe469fd105039f70cb-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---