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 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # 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 autotools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup(): def setup():
autotools.autoreconf("-vfi") autotools.autoreconf("-vfi")
autotools.configure("--disable-static \ autotools.configure("--disable-static --enable-glade")
--enable-glade")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build(): def build():
@@ -21,4 +20,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) 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> <PISI>
<Source> <Source>
<Name>gtkdatabox</Name> <Name>gtkdatabox</Name>
<Homepage>http://sourceforge.net/projects/gtkdatabox</Homepage> <Homepage>https://gtkdatabox.sourceforge.io/</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>LGPLv2+</License> <License>LGPLv2</License>
<IsA>library</IsA> <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> <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> <BuildDependencies>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency> <Dependency>cairo-devel</Dependency>
@@ -20,11 +20,9 @@
<Dependency>glade-devel</Dependency> <Dependency>glade-devel</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
</BuildDependencies> </BuildDependencies>
<!--
<Patches> <Patches>
<Patch level="1">fix_linking.patch</Patch> <!-- <Patch level="1"></Patch> -->
</Patches> </Patches>
-->
</Source> </Source>
<Package> <Package>
@@ -56,7 +54,7 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path> <Path fileType="data">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
@@ -89,7 +87,7 @@
<Path fileType="data">/usr/share/gtk-doc</Path> <Path fileType="data">/usr/share/gtk-doc</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="1"> <Update release="1">
<Date>2021-10-14</Date> <Date>2021-10-14</Date>
+3 -5
View File
@@ -2,16 +2,14 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
#pisitools.dosed("configure.in", "uk ur", "uk tr ur") autotools.configure("--prefix=/usr --disable-static")
pisitools.dosed("configure", "uk ur", "uk tr ur")
autotools.configure()
def build(): def build():
autotools.make() autotools.make()
@@ -19,4 +17,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") pisitools.dodoc("AUTHORS", "COPYING")
@@ -1,12 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Klavaro
Name[tr]=Klavaro
GenericName=Touch Typing Tutor
GenericName[tr]=Klavye Eğitimi
Icon=klavaro
Exec=klavaro
Terminal=false
StartupNotify=true
Categories=Education;Science;ComputerScience;GTK;
File diff suppressed because it is too large Load Diff
+14 -27
View File
@@ -3,65 +3,52 @@
<PISI> <PISI>
<Source> <Source>
<Name>klavaro</Name> <Name>klavaro</Name>
<Homepage>http://klavaro.sourceforge.net/en/index.html</Homepage> <Homepage>https://klavaro.sourceforge.io/</Homepage>
<Packager> <Packager>
<Name>Kamil Atlı</Name> <Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email> <Email>suvari@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv2</License> <License>GPLv3</License>
<Icon>klavaro</Icon> <Icon>klavaro</Icon>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Free touch typing tutor program</Summary> <Summary>Free touch typing tutor program.</Summary>
<Description>Klavaro is just another free touch typing tutor program. Klavaro intends to be keyboard and language independent, saving memory and time (and money).</Description> <Description>Klavaro is just another free touch typing tutor program. Klavaro intends to be keyboard and language independent, saving memory and time.</Description>
<Archive sha1sum="45dab760a8272c2184307db474e66a1dda28fcae" type="tarbz2">https://sourceforge.net/projects/klavaro/files/klavaro-3.13.tar.bz2/download</Archive> <Archive sha1sum="bd555314d2fc42744c32ccc667ebc140320a6ce6" type="tarbz2">mirrors://sourceforge/klavaro/klavaro-3.14.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>curl-devel</Dependency> <Dependency>curl-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>harfbuzz-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>gtkdatabox-devel</Dependency> <Dependency>gtkdatabox-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<AdditionalFiles>
<!-- <AdditionalFile target="po/tr.po">tr.po</AdditionalFile> -->
</AdditionalFiles>
<Patches> <Patches>
<!-- <Patch level="1"></Patch> --> <!-- <Patch level="1"></Patch> -->
</Patches> </Patches>
</Source> </Source>
<Package> <Package>
<Name>klavaro</Name> <Name>klavaro</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>curl</Dependency> <Dependency>curl</Dependency>
<Dependency>gtk3</Dependency> <Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtkdatabox</Dependency> <Dependency>gtkdatabox</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="localedata">/usr/share/locale</Path>
</Files> </Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/klavaro.desktop">klavaro.desktop</AdditionalFile>
</AdditionalFiles>
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2025-02-09</Date>
<Version>3.14</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2021-10-16</Date> <Date>2021-10-16</Date>
<Version>3.13</Version> <Version>3.13</Version>