diff --git a/office/abiword/actions.py b/office/abiword/actions.py
new file mode 100644
index 0000000000..fe287a2dbd
--- /dev/null
+++ b/office/abiword/actions.py
@@ -0,0 +1,27 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.system("./autogen.sh")
+ autotools.autoreconf("-vif")
+ autotools.configure("--prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-plugins \
+ --enable-clipart \
+ --enable-templates \
+ --enable-introspection")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.insinto("/usr/share/pixmaps/", "abiword.png")
diff --git a/office/abiword/files/abiword-fix-appstream-data.patch b/office/abiword/files/abiword-fix-appstream-data.patch
new file mode 100644
index 0000000000..3208c8ea10
--- /dev/null
+++ b/office/abiword/files/abiword-fix-appstream-data.patch
@@ -0,0 +1,36 @@
+From 890ace622bf9819930a3f4c54a11b319670e9ad1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?=
+Date: Tue, 20 Aug 2024 16:11:22 +0200
+Subject: [PATCH] Fix AppStream data
+
+---
+ abiword.appdata.xml | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/abiword.appdata.xml b/abiword.appdata.xml
+index 21440727a..1d8641988 100644
+--- a/abiword.appdata.xml
++++ b/abiword.appdata.xml
+@@ -2,7 +2,6 @@
+
+
+ com.abisource.AbiWord
+- abiword
+ AbiWord
+ A word processor
+ CC0-1.0
+@@ -19,9 +18,10 @@
+
+
+
+- com.abisource.AbiWord.desktop
++ abiword.desktop
+ AbiWord contributors
+ https://www.abisource.com/
++ https://gitlab.gnome.org/World/AbiWord/-/issues
+ https://gitlab.gnome.org/World/AbiWord/
+
+
+--
+2.46.0
+
diff --git a/office/abiword/files/abiword.xml b/office/abiword/files/abiword.xml
new file mode 100644
index 0000000000..9266c57332
--- /dev/null
+++ b/office/abiword/files/abiword.xml
@@ -0,0 +1,8 @@
+
+
+
+ AbiWord Collaborative Document
+
+
+
+
diff --git a/office/abiword/files/desktop.patch b/office/abiword/files/desktop.patch
new file mode 100644
index 0000000000..d908ad48d5
--- /dev/null
+++ b/office/abiword/files/desktop.patch
@@ -0,0 +1,12 @@
+diff -u -r abiword-2.8.3.orig/abiword.desktop abiword-2.8.3/abiword.desktop
+--- abiword-2.8.3.orig/abiword.desktop 2010-04-02 19:59:58.000000000 +0200
++++ abiword-2.8.3/abiword.desktop 2010-04-08 09:07:01.000000000 +0200
+@@ -6,7 +6,7 @@
+ Categories=Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base;
+ StartupNotify=true
+ X-Desktop-File-Install-Version=0.9
+-MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab;
++MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab;application/x-applix-word;application/x-mswrite;application/x-kword;application/x-mif;
+ Name=AbiWord
+ GenericName=Word Processor
+ Comment=Compose, edit, and view documents
diff --git a/office/abiword/pspec.xml b/office/abiword/pspec.xml
new file mode 100644
index 0000000000..7bec3197cb
--- /dev/null
+++ b/office/abiword/pspec.xml
@@ -0,0 +1,172 @@
+
+
+
+
+ abiword
+ http://www.abisource.com/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ app:gui
+ abiword
+ Fully featured yet light and fast cross platform word processor
+ AbiWord is a free word processing program similar to Microsoft Word. It is suitable for a wide variety of word processing tasks.
+ https://gitlab.gnome.org/World/AbiWord/-/archive/release-3.0.8/AbiWord-release-3.0.8.tar.gz
+
+ wv-devel
+ atk-devel
+ nss-devel
+ zlib-devel
+ gtk3-devel
+ boost-devel
+ cairo-devel
+ pango-devel
+ glibc-devel
+ glib2-devel
+ libgsf-devel
+ libwmf-devel
+ libwpd-devel
+ libwpg-devel
+ libwps-devel
+ libX11-devel
+ libpng-devel
+ libgda-devel
+ fribidi-devel
+ goffice-devel
+ librsvg-devel
+ libxslt-devel
+ libxml2-devel
+ redland-devel
+ enchant2-devel
+ valgrind-devel
+ libsecret-devel
+ libgcrypt-devel
+ libgcrypt-devel
+ fontconfig-devel
+ gdk-pixbuf-devel
+ autoconf-archive
+ gtkmathview-devel
+ link-grammar-devel
+ libjpeg-turbo-devel
+ telepathy-glib-devel
+ python3-pygobject3-devel
+ gobject-introspection-devel
+ evolution-data-server-devel
+
+
+ abiword-fix-appstream-data.patch
+
+
+
+
+ abiword
+
+ wv
+ nss
+ atk
+ dbus
+ gtk3
+ tidy
+ zlib
+ glib2
+ t1lib
+ pango
+ cairo
+ rasqal
+ libwpg
+ libwps
+ libgsf
+ libwpd
+ libwmf
+ libX11
+ libpng
+ libgcc
+ libgda
+ libX11
+ redland
+ libical
+ fribidi
+ goffice
+ librsvg
+ libxslt
+ libsoup
+ raptor2
+ libxml2
+ enchant2
+ harfbuzz
+ readline
+ dbus-glib
+ loudmouth
+ libsecret
+ librevenge
+ fontconfig
+ gdk-pixbuf
+ gtkmathview
+ link-grammar
+ libjpeg-turbo
+ telepathy-glib
+ icon-theme-hicolor
+ evolution-data-server
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/icons
+ /usr/share/dbus-1/
+ /usr/share/pixmaps/
+ /usr/share/mime-info
+ /usr/share/abiword-3.0
+ /usr/share/applications
+ /usr/share/mime/packages
+ /usr/share/telepathy/clients/
+ /usr/share/gir-1.0
+ /usr/share/appdata/
+
+
+
+ abiword.xml
+
+
+
+
+ abiword-devel
+ Development files for abiword
+
+ wv-devel
+ gtk3-devel
+ pango-devel
+ cairo-devel
+ glib2-devel
+ libgsf-devel
+ rasqal-devel
+ libX11-devel
+ redland-devel
+ libical-devel
+ fribidi-devel
+ goffice-devel
+ librsvg-devel
+ libxslt-devel
+ enchant2-devel
+ evolution-data-server-devel
+ abiword
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2026-06-12
+ 3.0.8
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/office/abiword/translations.xml b/office/abiword/translations.xml
new file mode 100644
index 0000000000..522383000e
--- /dev/null
+++ b/office/abiword/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ abiword
+ Hızlı ve her sistemde çalışabilen bir kelime işlemci
+ AbiWord, Microsoft Word'e benzeyen özgür bir kelime işleme programıdır. Geniş bir çeşitlilikte kelime işleme görevlerini yerine getirmek için uygun bir programdır.
+
+
+
+ abiword-devel
+ abiword için geliştirme dosyaları
+
+
\ No newline at end of file
diff --git a/pisi-index.xml b/pisi-index.xml
index 44fccd59a4..4f07f10559 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -258466,6 +258466,177 @@ complete albums that you have purchased from Amazon.
+
+
+ abiword
+ http://www.abisource.com/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ app:gui
+ office
+ Fully featured yet light and fast cross platform word processor
+ Hızlı ve her sistemde çalışabilen bir kelime işlemci
+ AbiWord is a free word processing program similar to Microsoft Word. It is suitable for a wide variety of word processing tasks.
+ AbiWord, Microsoft Word'e benzeyen özgür bir kelime işleme programıdır. Geniş bir çeşitlilikte kelime işleme görevlerini yerine getirmek için uygun bir programdır.
+ abiword
+ https://gitlab.gnome.org/World/AbiWord/-/archive/release-3.0.8/AbiWord-release-3.0.8.tar.gz
+
+ wv-devel
+ atk-devel
+ nss-devel
+ zlib-devel
+ gtk3-devel
+ boost-devel
+ cairo-devel
+ pango-devel
+ glibc-devel
+ glib2-devel
+ libgsf-devel
+ libwmf-devel
+ libwpd-devel
+ libwpg-devel
+ libwps-devel
+ libX11-devel
+ libpng-devel
+ libgda-devel
+ fribidi-devel
+ goffice-devel
+ librsvg-devel
+ libxslt-devel
+ libxml2-devel
+ redland-devel
+ enchant2-devel
+ valgrind-devel
+ libsecret-devel
+ libgcrypt-devel
+ libgcrypt-devel
+ fontconfig-devel
+ gdk-pixbuf-devel
+ autoconf-archive
+ gtkmathview-devel
+ link-grammar-devel
+ libjpeg-turbo-devel
+ telepathy-glib-devel
+ python3-pygobject3-devel
+ gobject-introspection-devel
+ evolution-data-server-devel
+
+
+ abiword-fix-appstream-data.patch
+
+ office/abiword/pspec.xml
+
+
+ abiword
+
+ wv
+ nss
+ atk
+ dbus
+ gtk3
+ tidy
+ zlib
+ glib2
+ t1lib
+ pango
+ cairo
+ rasqal
+ libwpg
+ libwps
+ libgsf
+ libwpd
+ libwmf
+ libX11
+ libpng
+ libgcc
+ libgda
+ libX11
+ redland
+ libical
+ fribidi
+ goffice
+ librsvg
+ libxslt
+ libsoup
+ raptor2
+ libxml2
+ enchant2
+ harfbuzz
+ readline
+ dbus-glib
+ loudmouth
+ libsecret
+ librevenge
+ fontconfig
+ gdk-pixbuf
+ gtkmathview
+ link-grammar
+ libjpeg-turbo
+ telepathy-glib
+ icon-theme-hicolor
+ evolution-data-server
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/icons
+ /usr/share/dbus-1/
+ /usr/share/pixmaps/
+ /usr/share/mime-info
+ /usr/share/abiword-3.0
+ /usr/share/applications
+ /usr/share/mime/packages
+ /usr/share/telepathy/clients/
+ /usr/share/gir-1.0
+ /usr/share/appdata/
+
+
+ abiword.xml
+
+
+
+ abiword-devel
+ Development files for abiword
+ abiword için geliştirme dosyaları
+
+ wv-devel
+ gtk3-devel
+ pango-devel
+ cairo-devel
+ glib2-devel
+ libgsf-devel
+ rasqal-devel
+ libX11-devel
+ redland-devel
+ libical-devel
+ fribidi-devel
+ goffice-devel
+ librsvg-devel
+ libxslt-devel
+ enchant2-devel
+ evolution-data-server-devel
+ abiword
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2026-06-12
+ 3.0.8
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
calligra
@@ -266907,19 +267078,21 @@ complete albums that you have purchased from Amazon.
library
office.misc
A GLib/GTK+ set of document-centric objects and charting library
- A GLib/GTK+ set of document-centric objects and charting library
+ GLib/GTK+ tabanlı, belge odaklı nesneler ve grafik kütüphanesi seti.
A GLib/GTK+ set of document-centric objects and charting library
- A GLib/GTK+ set of document-centric objects and charting library
- http://ftp.gnome.org/pub/gnome/sources/goffice/0.10/goffice-0.10.60.tar.xz
+ GLib/GTK+ tabanlı, belge odaklı nesneler ve grafik kütüphanesi seti.
+ https://download.gnome.org/sources/goffice/0.10/goffice-0.10.61.tar.xz
intltool
gtk-doc
atk-devel
gtk3-devel
+ zlib-devel
python-six
cairo-devel
glib2-devel
pango-devel
+ lasem-devel
libgsf-devel
librsvg-devel
libxml2-devel
@@ -266935,9 +267108,11 @@ complete albums that you have purchased from Amazon.
atk
gtk3
+ zlib
cairo
glib2
pango
+ lasem
libgsf
librsvg
libxml2
@@ -266958,11 +267133,12 @@ complete albums that you have purchased from Amazon.
goffice-devel
Development files for goffice
- goffice
+ goffice
gtk3-devel
cairo-devel
glib2-devel
pango-devel
+ lasem-devel
libgsf-devel
librsvg-devel
libxml2-devel
@@ -266978,13 +267154,20 @@ complete albums that you have purchased from Amazon.
goffice-docs
Development files for goffice
- goffice
+ goffice
/usr/share/gtk-doc
+
+ 2026-06-10
+ 0.10.61
+ Version bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2026-02-11
0.10.60
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 189c96eeff..e626d013bf 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-899657630aaf16ecaa602d83dc5e06095367d103
\ No newline at end of file
+09a0bcb51fcf70a6bd371dc9fced76c0ae248d32
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index c7845c6cbb..20a4148fab 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index e6d6cb0b8a..901b3a8305 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-6031a4ff03ddacb1b80aa80ae05b24d7d5ec02ef
\ No newline at end of file
+bab36b793967591234dbf27e2dccc5b10a05e8ba
\ No newline at end of file