[arch-commits] Commit in lxtask/trunk (PKGBUILD gtk3.patch)

Balló György bgyorgy at archlinux.org
Sun Feb 21 01:22:22 UTC 2016


    Date: Sunday, February 21, 2016 @ 02:22:22
  Author: bgyorgy
Revision: 162930

upgpkg: lxtask 0.1.7-1

Update to new version

Modified:
  lxtask/trunk/PKGBUILD
Deleted:
  lxtask/trunk/gtk3.patch

------------+
 PKGBUILD   |   15 ++++-----------
 gtk3.patch |   24 ------------------------
 2 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-21 01:19:49 UTC (rev 162929)
+++ PKGBUILD	2016-02-21 01:22:22 UTC (rev 162930)
@@ -6,8 +6,8 @@
 
 pkgbase=lxtask
 pkgname=(lxtask lxtask-gtk3)
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.1.7
+pkgrel=1
 pkgdesc='Task manager of the LXDE Desktop'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,16 +14,9 @@
 url='http://lxde.org/'
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-        gtk3.patch)
-md5sums=('14b5341822aaa049f2d4d5a56c1b28f2'
-         '86d38c288611bbe3565218abb12bf5ac')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('eb2ad374e97c317e2f74d47b1e582303')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2

Deleted: gtk3.patch
===================================================================
--- gtk3.patch	2016-02-21 01:19:49 UTC (rev 162929)
+++ gtk3.patch	2016-02-21 01:22:22 UTC (rev 162930)
@@ -1,24 +0,0 @@
-From 91656b073774e9ba3b9c27c99c3fd2553be60bab Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
-Date: Mon, 15 Dec 2014 15:41:26 +0100
-Subject: [PATCH] Add icon to the about dialog
-
----
- src/interface.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/interface.c b/src/interface.c
-index cb0eeef..4771f0c 100644
---- a/src/interface.c
-+++ b/src/interface.c
-@@ -403,6 +403,7 @@ void show_about_dialog(void)
- 	gtk_about_dialog_set_program_name ( (GtkAboutDialog*)about_dlg, _( "LXTask" ) );
- #endif
-     /* gtk_about_dialog_set_logo( (GtkAboutDialog*)about_dlg, gdk_pixbuf_new_from_file(  PACKAGE_DATA_DIR"/pixmaps/lxtask.png", NULL ) ); */
-+    gtk_about_dialog_set_logo_icon_name( (GtkAboutDialog*)about_dlg, "utilities-system-monitor" );
-     gtk_about_dialog_set_copyright ( (GtkAboutDialog*)about_dlg, _( "Copyright (C) 2008 LXDE team" ) );
-     gtk_about_dialog_set_comments ( (GtkAboutDialog*)about_dlg, _( "Lightweight task manager for LXDE project" ) );
-     gtk_about_dialog_set_license ( (GtkAboutDialog*)about_dlg, "LXTask\n\nCopyright (C) 2008 LXDE team\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA." );
--- 
-2.1.4
-



More information about the arch-commits mailing list