klavaro-3.14
This commit is contained in:
@@ -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@
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2,16 +2,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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 pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#pisitools.dosed("configure.in", "uk ur", "uk tr ur")
|
||||
pisitools.dosed("configure", "uk ur", "uk tr ur")
|
||||
autotools.configure()
|
||||
autotools.configure("--prefix=/usr --disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -19,4 +17,4 @@ def build():
|
||||
def install():
|
||||
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
@@ -3,65 +3,52 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>klavaro</Name>
|
||||
<Homepage>http://klavaro.sourceforge.net/en/index.html</Homepage>
|
||||
<Homepage>https://klavaro.sourceforge.io/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<Icon>klavaro</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<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>
|
||||
<Archive sha1sum="45dab760a8272c2184307db474e66a1dda28fcae" type="tarbz2">https://sourceforge.net/projects/klavaro/files/klavaro-3.13.tar.bz2/download</Archive>
|
||||
<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.</Description>
|
||||
<Archive sha1sum="bd555314d2fc42744c32ccc667ebc140320a6ce6" type="tarbz2">mirrors://sourceforge/klavaro/klavaro-3.14.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>curl-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>
|
||||
</BuildDependencies>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile target="po/tr.po">tr.po</AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>klavaro</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>harfbuzz</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtkdatabox</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/klavaro.desktop">klavaro.desktop</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2021-10-16</Date>
|
||||
<Version>3.13</Version>
|
||||
|
||||
Reference in New Issue
Block a user