go ver. bump

This commit is contained in:
Rmys
2026-04-09 16:15:54 +03:00
parent 2219c0360f
commit a815431e97
5 changed files with 67 additions and 18 deletions
+7 -6
View File
@@ -7,18 +7,19 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac") # shelltools.system("sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac")
shelltools.system("NOCONFIGURE=1 ./autogen.sh") # shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--prefix=/usr --sysconfdir=/etc") mesontools.configure("--prefix=/usr --sysconfdir=/etc")
def build(): def build():
autotools.make("-C po update-gmo") # mesontools.build("-C po update-gmo")
autotools.make() mesontools.build()
def install(): def install():
autotools.install() mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS") pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS")
@@ -1,15 +1,14 @@
Index: xdg-user-dirs-0.12/user-dirs.defaults diff -Nuar a/data/user-dirs.defaults b/data/user-dirs.defaults
=================================================================== --- a/data/user-dirs.defaults 2026-04-08 22:18:20.000000000 +0300
--- xdg-user-dirs-0.12.orig/user-dirs.defaults +++ b/data/user-dirs.defaults 2026-04-09 13:56:57.856833510 +0300
+++ xdg-user-dirs-0.12/user-dirs.defaults
@@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
# will be translated on a per-path-element basis into the users locale # will be translated on a per-path-element basis into the users locale
DESKTOP=Desktop DESKTOP=Desktop
DOWNLOAD=Downloads DOWNLOAD=Downloads
-TEMPLATES=Templates -TEMPLATES=Templates
-PUBLICSHARE=Public -PUBLICSHARE=Public
+#TEMPLATES=Templates +# TEMPLATES=Templates
+#PUBLICSHARE=Public +# PUBLICSHARE=Public
DOCUMENTS=Documents DOCUMENTS=Documents
MUSIC=Music MUSIC=Music
PICTURES=Pictures PICTURES=Pictures
@@ -0,0 +1,33 @@
diff -Nuar a/po/tr.po b/po/tr.po
--- a/po/tr.po 2026-04-08 22:18:20.000000000 +0300
+++ b/po/tr.po 2026-04-09 14:12:26.794234163 +0300
@@ -14,8 +14,10 @@
"Language: tr\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 1.5\n"
#: translate.c:2
msgid "Applications"
@@ -47,7 +49,7 @@
#: translate.c:5
msgid "download"
-msgstr "indirilenler"
+msgstr "indir"
#: translate.c:6
msgid "Downloads"
@@ -111,7 +113,7 @@
#: translate.c:13
msgid "share"
-msgstr "paylaşım"
+msgstr "paylaş"
#: translate.c:14
msgid "Templates"
+13 -4
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>xdg-user-dirs</Name> <Name>xdg-user-dirs</Name>
@@ -12,8 +12,9 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Utilities to handle user data directories</Summary> <Summary>Utilities to handle user data directories</Summary>
<Description>xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames.</Description> <Description>xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames.</Description>
<Archive sha1sum="246cea7db52ef7e29774fa416981a548377de557" type="targz">http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.17.tar.gz</Archive> <Archive sha1sum="354793c1e7d6abb8b5aca5eae99c90be2e5d180e" type="tarxz">https://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.20.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gettext-devel</Dependency> <Dependency>gettext-devel</Dependency>
<Dependency>docbook-xsl</Dependency> <Dependency>docbook-xsl</Dependency>
<Dependency>libxml2-devel</Dependency> <Dependency>libxml2-devel</Dependency>
@@ -21,8 +22,8 @@
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">defaults.patch</Patch> <Patch level="1">defaults.patch</Patch>
<Patch level="1">tr17.patch</Patch> <Patch level="1">tr26.patch</Patch>
<Patch>xdg-user-dirs-0.15-libiconv.patch</Patch> <!-- <Patch>xdg-user-dirs-0.15-libiconv.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -31,6 +32,7 @@
<Files> <Files>
<Path fileType="data">/etc/X11</Path> <Path fileType="data">/etc/X11</Path>
<Path fileType="config">/etc/xdg</Path> <Path fileType="config">/etc/xdg</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
@@ -42,6 +44,13 @@
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2026-04-09</Date>
<Version>0.20</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2021-01-29</Date> <Date>2021-01-29</Date>
<Version>0.17</Version> <Version>0.17</Version>
+9 -2
View File
@@ -13,10 +13,10 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Compiler and tools for the Go programming language from Google</Summary> <Summary>Compiler and tools for the Go programming language from Google</Summary>
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description> <Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
<Archive sha1sum="bd09219d3b0223eb69ef9096093ff28e1f210099" type="targz">https://github.com/golang/go/archive/refs/tags/go1.25.5.tar.gz</Archive> <Archive sha1sum="b01eed6d11011e1168a2c273354a6b01c717d2ad" type="targz">https://github.com/golang/go/archive/refs/tags/go1.26.2.tar.gz</Archive>
<!--<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.14.3">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>--> <!--<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.14.3">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>-->
<!-- for using as a bootstrap --> <!-- for using as a bootstrap -->
<Archive sha1sum="c2a9ec0db3857a9bf8925cf8dc6c6f12b4387696" type="targz" target="go-go1.25.5">https://go.dev/dl/go1.25.5.linux-amd64.tar.gz</Archive> <Archive sha1sum="a4e0d5fe811fdeb944a6001285d8fa29abbd7772" type="targz" target="go-go1.26.2">https://go.dev/dl/go1.26.2.linux-amd64.tar.gz</Archive>
</Source> </Source>
<Package> <Package>
@@ -39,6 +39,13 @@
</Package> </Package>
<History> <History>
<Update release="26">
<Date>2026-04-08</Date>
<Version>1.26.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="25"> <Update release="25">
<Date>2025-12-30</Date> <Date>2025-12-30</Date>
<Version>1.25.5</Version> <Version>1.25.5</Version>