summaryrefslogtreecommitdiff
path: root/community/gdlmm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-16 01:45:08 -0700
committerroot <root@rshg054.dnsready.net>2013-08-16 01:45:08 -0700
commit6a3f02abeeecab3efb4442e39e28e05897f25316 (patch)
treed64fee954cd25e076689b8fea617e207b86f3749 /community/gdlmm
parent67142d22ee558cc14309b0a3d372ed796ae8d545 (diff)
Fri Aug 16 01:44:39 PDT 2013
Diffstat (limited to 'community/gdlmm')
-rw-r--r--community/gdlmm/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch58
-rw-r--r--community/gdlmm/PKGBUILD27
2 files changed, 11 insertions, 74 deletions
diff --git a/community/gdlmm/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch b/community/gdlmm/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
deleted file mode 100644
index c8e3218a9..000000000
--- a/community/gdlmm/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From ce395bc27cf08e5f40c4ee4142cbb4795397ddc6 Mon Sep 17 00:00:00 2001
-From: Kalev Lember <kalevlember@gmail.com>
-Date: Sun, 22 Apr 2012 21:23:58 +0300
-Subject: [PATCH] Don't wrap gdl_dock_layout_get_layouts_ui
-
-Removed from gdl in commit 2b3b292.
----
- gdl/src/docklayout.hg | 2 --
- gdl/src/gdl_method.defs | 6 ------
- 2 files changed, 8 deletions(-)
-
-diff --git a/gdl/src/docklayout.hg b/gdl/src/docklayout.hg
-index 155d58b..bf532a7 100644
---- a/gdl/src/docklayout.hg
-+++ b/gdl/src/docklayout.hg
-@@ -58,8 +58,6 @@ public:
-
- _WRAP_METHOD(bool is_dirty() const, gdl_dock_layout_is_dirty)
-
-- _WRAP_METHOD(Gtk::Widget* get_layouts_ui(), gdl_dock_layout_get_layouts_ui)
--
-
- _WRAP_PROPERTY("dirty", bool)
-
-diff --git a/gdl/src/gdl_method.defs b/gdl/src/gdl_method.defs
-index a7f84bb..8c80bc7 100644
---- a/gdl/src/gdl_method.defs
-+++ b/gdl/src/gdl_method.defs
-@@ -556,12 +556,6 @@
- (return-type "gboolean")
- )
-
--(define-method get_layouts_ui
-- (of-object "GdlDockLayout")
-- (c-name "gdl_dock_layout_get_layouts_ui")
-- (return-type "GtkWidget*")
--)
--
-
-
- ;; From gdl-dock-master.h
---
-1.7.10
-
---- gdlmm-3.3.2/gdl/gdlmm/docklayout.cc.get_layouts_ui 2011-11-23 19:47:10.000000000 +0200
-+++ gdlmm-3.3.2/gdl/gdlmm/docklayout.cc 2012-04-23 00:35:26.839494884 +0300
-@@ -180,11 +180,6 @@
- return gdl_dock_layout_is_dirty(const_cast<GdlDockLayout*>(gobj()));
- }
-
--Gtk::Widget* DockLayout::get_layouts_ui()
--{
-- return Glib::wrap(gdl_dock_layout_get_layouts_ui(gobj()));
--}
--
-
- #ifdef GLIBMM_PROPERTIES_ENABLED
- Glib::PropertyProxy_ReadOnly<bool> DockLayout::property_dirty() const
diff --git a/community/gdlmm/PKGBUILD b/community/gdlmm/PKGBUILD
index fb02bfec9..75b9bacbe 100644
--- a/community/gdlmm/PKGBUILD
+++ b/community/gdlmm/PKGBUILD
@@ -1,34 +1,29 @@
-# $Id: PKGBUILD 79334 2012-11-03 04:07:35Z bgyorgy $
+# $Id: PKGBUILD 95679 2013-08-15 13:29:15Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+
pkgname=gdlmm
-pkgver=3.3.2
-pkgrel=3
-pkgdesc="C++ bindings for the gdl library"
+pkgver=3.7.3
+pkgrel=1
+pkgdesc='C++ bindings for the gdl library'
arch=('x86_64' 'i686')
-url="http://git.gnome.org/browse/gdlmm/"
+url='http://git.gnome.org/browse/gdlmm/'
depends=('gdl' 'gtkmm3')
-options=(!libtool !emptydirs)
+options=('!libtool' '!emptydirs')
license=('LGPL')
-source=("http://ftp.gnome.org/pub/GNOME/sources/gdlmm/3.3/$pkgname-$pkgver.tar.xz"
- "0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch")
-sha256sums=('cf3253be052737332b2b6e9dbd6f62d79cbc3f3398497158c0099dbc45741a46'
- '8fb0d920c5c3d4279738f048cbff65b5b4fa544c9f004f8e64d39e54f52653d5')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b')
build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # Fix build with gdl 3.6
- patch -Np1 -i "$srcdir/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch"
+ cd "$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
# vim:set ts=2 sw=2 et: