klavaro-3.14

This commit is contained in:
uglyside
2025-02-08 20:04:28 +03:00
parent f47da5165c
commit 8151f92537
7 changed files with 29 additions and 1192 deletions
+5 -6
View File
@@ -2,17 +2,16 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--enable-glade")
autotools.configure("--disable-static --enable-glade")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -21,4 +20,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README", "COPYING", "NEWS", "TODO")
pisitools.dodoc("AUTHORS", "COPYING")
@@ -1,14 +0,0 @@
--- gtkdatabox-0.9.1.1.orig/gtk/Makefile.am 2011-04-17 05:32:32.031350930 -0400
+++ gtkdatabox-0.9.1.1/gtk/Makefile.am 2011-04-17 06:41:44.391132493 -0400
@@ -16,8 +16,9 @@
gtkdatabox_ruler.c
libgtkdatabox_la_LDFLAGS= \
- -version-info $(LT_CURRENT)\
- -release $(LT_RELEASE)\
+ -version-info $(LT_CURRENT)\
+ -release $(LT_RELEASE)
+libgtkdatabox_la_LIBADD = -lm \
@GTK_LIBS@
+7 -9
View File
@@ -3,16 +3,16 @@
<PISI>
<Source>
<Name>gtkdatabox</Name>
<Homepage>http://sourceforge.net/projects/gtkdatabox</Homepage>
<Homepage>https://gtkdatabox.sourceforge.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>A Gtk+ Widget for Fast Data Display</Summary>
<Summary>A Gtk+ Widget for Fast Data Display.</Summary>
<Description>GtkDatabox is a widget for the Gtk+ library designed to display large amounts of numerical data fast and easy.</Description>
<Archive sha1sum="2d202bd6d13290da601785f98ce35a67d413fe4f" type="targz">https://sourceforge.net/projects/gtkdatabox/files/gtkdatabox-1/gtkdatabox-1.0.0.tar.gz/download</Archive>
<Archive sha1sum="2d202bd6d13290da601785f98ce35a67d413fe4f" type="targz">mirrors://sourceforge/gtkdatabox/gtkdatabox-1.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -20,11 +20,9 @@
<Dependency>glade-devel</Dependency>
<Dependency>gtk-doc</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch level="1">fix_linking.patch</Patch>
<!-- <Patch level="1"></Patch> -->
</Patches>
-->
</Source>
<Package>
@@ -56,7 +54,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
@@ -89,7 +87,7 @@
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-10-14</Date>