[arch-commits] Commit in lxlauncher/trunk (PKGBUILD)

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 14:01:18
  Author: felixonmars
Revision: 634364

upgpkg: lxlauncher 0.2.5-4: Buildinfo Format 1 rebuild

Modified:
  lxlauncher/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 14:00:54 UTC (rev 634363)
+++ PKGBUILD2020-05-25 14:01:18 UTC (rev 634364)
@@ -6,7 +6,7 @@
 pkgbase=lxlauncher
 pkgname=(lxlauncher lxlauncher-gtk3)
 pkgver=0.2.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('x86_64')
 license=('GPL2')


[arch-commits] Commit in lxlauncher/trunk (PKGBUILD fix-invisible-icons.patch)

2018-01-12 Thread Balló György via arch-commits
Date: Friday, January 12, 2018 @ 22:44:43
  Author: bgyorgy
Revision: 281701

upgpkg: lxlauncher 0.2.5-3

Fix invisible icons with GTK+ 3

Added:
  lxlauncher/trunk/fix-invisible-icons.patch
Modified:
  lxlauncher/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 fix-invisible-icons.patch |   14 ++
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-12 22:41:54 UTC (rev 281700)
+++ PKGBUILD2018-01-12 22:44:43 UTC (rev 281701)
@@ -7,7 +7,7 @@
 pkgbase=lxlauncher
 pkgname=(lxlauncher lxlauncher-gtk3)
 pkgver=0.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('x86_64')
 license=('GPL2')
@@ -18,9 +18,11 @@
 'etc/xdg/lxlauncher/gtkrc'
 'etc/xdg/lxlauncher/settings.conf')
 source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch)
+0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch
+fix-invisible-icons.patch)
 sha256sums=('cd14b59cf337e7ba0d67efc95cd79859ab5f0f85af5a84c7aff771f868c3dca7'
-'794a92dda67f055a794315af4d1a1b0d3319da836582fbc88bbaa3f737612f70')
+'794a92dda67f055a794315af4d1a1b0d3319da836582fbc88bbaa3f737612f70'
+'34fd1774d962965795eac8002d77a17078a967e2812ebae3e71d35533e1b3799')
 
 prepare() {
   cd $pkgbase-$pkgver
@@ -28,6 +30,9 @@
   # Add CSS selectors for GTK+ 3.20 and newer
   # https://sourceforge.net/p/lxde/patches/543/
   patch -Np1 -i ../0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch
+
+  # Fix invisible icons with GTK+ 3
+  patch -Np1 -i ../fix-invisible-icons.patch
 }
 
 build() {

Added: fix-invisible-icons.patch
===
--- fix-invisible-icons.patch   (rev 0)
+++ fix-invisible-icons.patch   2018-01-12 22:44:43 UTC (rev 281701)
@@ -0,0 +1,14 @@
+diff -Naur lxlauncher-0.2.5.orig/src/lxlauncher.c 
lxlauncher-0.2.5/src/lxlauncher.c
+--- lxlauncher-0.2.5.orig/src/lxlauncher.c 2018-01-12 23:31:21.116719000 
+0100
 lxlauncher-0.2.5/src/lxlauncher.c  2018-01-12 23:31:39.190805710 +0100
+@@ -1021,9 +1021,9 @@
+ 
+ get_working_area( gtk_widget_get_screen(main_window), _area );
+ gtk_window_move( GTK_WINDOW(main_window), working_area.x, working_area.y 
);
++gtk_widget_show_all( main_window );
+ gtk_window_resize( GTK_WINDOW(main_window), working_area.width, 
working_area.height );
+ 
+-gtk_widget_show_all( main_window );
+ gtk_main();
+ 
+ gdk_window_remove_filter( gtk_widget_get_root_window(main_window), 
evt_filter, NULL );


[arch-commits] Commit in lxlauncher/trunk (PKGBUILD)

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 18:42:26
  Author: bgyorgy
Revision: 198362

Use https source

Modified:
  lxlauncher/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 18:42:03 UTC (rev 198361)
+++ PKGBUILD2016-12-07 18:42:26 UTC (rev 198362)
@@ -15,7 +15,7 @@
 depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
 makedepends=('intltool')
 backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+source=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
 md5sums=('94a7a36af92f8409365b6a25b6904eeb')
 
 build() {


[arch-commits] Commit in lxlauncher/trunk (PKGBUILD)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:12:40
  Author: bgyorgy
Revision: 162922

upgpkg: lxlauncher 0.2.5-1

Update to new version

Modified:
  lxlauncher/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:10:32 UTC (rev 162921)
+++ PKGBUILD2016-02-21 01:12:40 UTC (rev 162922)
@@ -5,7 +5,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=lxlauncher
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('intltool')
 backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('8a21590c085ad82f4f50e4affb7ad0ab')
+md5sums=('94a7a36af92f8409365b6a25b6904eeb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in lxlauncher/trunk (PKGBUILD)

2014-10-22 Thread Balló György
Date: Thursday, October 23, 2014 @ 00:20:06
  Author: bgyorgy
Revision: 121253

upgpkg: lxlauncher 0.2.4-1

Update to version 0.2.4

Modified:
  lxlauncher/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-22 22:01:17 UTC (rev 121252)
+++ PKGBUILD2014-10-22 22:20:06 UTC (rev 121253)
@@ -5,7 +5,7 @@
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=lxlauncher
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('intltool')
 backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('7f53137fb55ba3f63f42ae63aa4d8191')
+md5sums=('8a21590c085ad82f4f50e4affb7ad0ab')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in lxlauncher/trunk (PKGBUILD fix-empty-launcher.patch)

2014-09-23 Thread Balló György
Date: Tuesday, September 23, 2014 @ 15:06:57
  Author: bgyorgy
Revision: 119469

upgpkg: lxlauncher 0.2.3-1

Update to version 0.2.3

Modified:
  lxlauncher/trunk/PKGBUILD
Deleted:
  lxlauncher/trunk/fix-empty-launcher.patch

--+
 PKGBUILD |   16 ++--
 fix-empty-launcher.patch |   89 -
 2 files changed, 4 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 12:58:22 UTC (rev 119468)
+++ PKGBUILD2014-09-23 13:06:57 UTC (rev 119469)
@@ -5,8 +5,8 @@
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=lxlauncher
-pkgver=0.2.2
-pkgrel=5
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,17 +15,9 @@
 depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
 makedepends=('intltool')
 backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-fix-empty-launcher.patch)
-md5sums=('16df627447838b170a72cc3a9ee21497'
- '4dd715f9cccf04ef87c662cee1dcb798')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('7f53137fb55ba3f63f42ae63aa4d8191')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix empty launcher
-  patch -Np1 -i ../fix-empty-launcher.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr

Deleted: fix-empty-launcher.patch
===
--- fix-empty-launcher.patch2014-09-23 12:58:22 UTC (rev 119468)
+++ fix-empty-launcher.patch2014-09-23 13:06:57 UTC (rev 119469)
@@ -1,89 +0,0 @@
-From 56a244f2aa3c474b2506847ba9a2f5a21cb8efc2 Mon Sep 17 00:00:00 2001
-From: Julien Lavergne julien.laver...@gmail.com
-Date: Tue, 26 Jul 2011 01:21:04 +0200
-Subject: [PATCH] Fix GtkAllocation to fix empty lxlauncher
-

- src/exo-wrap-table.c |   26 --
- 1 files changed, 16 insertions(+), 10 deletions(-)
-
-diff --git a/src/exo-wrap-table.c b/src/exo-wrap-table.c
-index c691434..f48322f 100644
 a/src/exo-wrap-table.c
-+++ b/src/exo-wrap-table.c
-@@ -326,14 +326,14 @@ exo_wrap_table_size_request (GtkWidget  *widget,
-   if (G_LIKELY (num_children  0))
- {
- #if GTK_CHECK_VERSION(2,18,0)
--  GtkAllocation allocation;
--  gtk_widget_set_allocation(widget, allocation);
--  num_cols = exo_wrap_table_get_num_fitting (allocation.width
-+  GtkAllocation *allocation = g_new0 (GtkAllocation, 1);
-+  gtk_widget_get_allocation(GTK_WIDGET(widget), allocation);
-+  num_cols = exo_wrap_table_get_num_fitting (allocation-width
-  - 
gtk_container_get_border_width(GTK_CONTAINER (widget)) * 2,
-  table-priv-col_spacing, 
max_width);
- #else
-   num_cols = exo_wrap_table_get_num_fitting (widget-allocation.width
-- - 
gtk_container_get_border_width(GTK_CONTAINER (widget)) * 2,
-+ - GTK_CONTAINER 
(widget)-border_width * 2,
-  table-priv-col_spacing, 
max_width);
- #endif
-   num_rows = num_children / num_cols;
-@@ -345,7 +345,12 @@ exo_wrap_table_size_request (GtkWidget  *widget,
-   requisition-width = -1;
-   requisition-height = (num_rows * max_height)
-  + (num_rows - 1) * table-priv-col_spacing
-+#if GTK_CHECK_VERSION(2,18,0)
-  + gtk_container_get_border_width(GTK_CONTAINER 
(widget)) * 2;
-+  g_free (allocation);
-+#else
-+ + GTK_CONTAINER (widget)-border_width * 2;
-+#endif
- }
-   else
- {
-@@ -479,8 +484,8 @@ exo_wrap_table_layout (ExoWrapTable *table)
-   gint   max_height;
-   gint   max_width;
- #if GTK_CHECK_VERSION(2,18,0)
--  GtkAllocation allocation;
--  gtk_widget_set_allocation(GTK_WIDGET(table), allocation);
-+  GtkAllocation *allocation = g_new0 (GtkAllocation, 1);
-+  gtk_widget_get_allocation(GTK_WIDGET(table), allocation);
- #endif
- 
-   /* determine the number of visible children and the max size */
-@@ -490,7 +495,7 @@ exo_wrap_table_layout (ExoWrapTable *table)
- 
-   /* determine the number of columns */
- #if GTK_CHECK_VERSION(2,18,0)
--  num_cols = exo_wrap_table_get_num_fitting (allocation.width
-+  num_cols = exo_wrap_table_get_num_fitting (allocation-width
-  - 
gtk_container_get_border_width(GTK_CONTAINER (table)) * 2,
-  table-priv-col_spacing, 
max_width);
- #else
-@@ -509,8 +514,8 @@ exo_wrap_table_layout (ExoWrapTable *table)
- 
-   /* determine the horizontal bounds */
- #if 

[arch-commits] Commit in lxlauncher/trunk (PKGBUILD)

2013-12-02 Thread Balló György
Date: Tuesday, December 3, 2013 @ 02:02:49
  Author: bgyorgy
Revision: 101964

upgpkg: lxlauncher 0.2.2-5

Add system-wide settings to backup array

Modified:
  lxlauncher/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 00:41:07 UTC (rev 101963)
+++ PKGBUILD2013-12-03 01:02:49 UTC (rev 101964)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=lxlauncher
 pkgver=0.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +14,8 @@
 groups=('lxde')
 depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz
+backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
 fix-empty-launcher.patch)
 md5sums=('16df627447838b170a72cc3a9ee21497'
  '4dd715f9cccf04ef87c662cee1dcb798')



[arch-commits] Commit in lxlauncher/trunk (PKGBUILD)

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:02:30
  Author: bpiotrowski
Revision: 93767

upgpkg: lxlauncher 0.2.2-3

- rebuild against menu-cache 0.5.0

Modified:
  lxlauncher/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 06:57:36 UTC (rev 93766)
+++ PKGBUILD2013-07-10 07:02:30 UTC (rev 93767)
@@ -5,7 +5,7 @@
 
 pkgname=lxlauncher
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -17,12 +17,12 @@
 md5sums=('16df627447838b170a72cc3a9ee21497')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr 
   make 
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
 }