cinnamon-desktop
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/etc/xdg/autostart/", "etc/xdg/autostart/blueberry-tray.desktop")
|
||||
pisitools.insinto("/usr", "usr/*")
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
Executable
+45
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>blueberry</Name>
|
||||
<Homepage>https://github.com/linuxmint/blueberry</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3+</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Bluetooth configuration tool</Summary>
|
||||
<Description>Bluetooth configuration tool</Description>
|
||||
<Archive sha1sum="a2b2c2cef590aba13384a7f3a9259e02076a9aeb" type="targz">https://github.com/linuxmint/blueberry/archive/refs/tags/1.4.7.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>blueberry</Name>
|
||||
<Summary>Bluetooth configuration tool</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gnome-bluetooth</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/autostart</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/blueberry</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-15</Date>
|
||||
<Version>1.4.7</Version>
|
||||
<Comment>Fİrst release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,34 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
#autotools.autoreconf("-fiv")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/caribou \
|
||||
--disable-maintainer-mode \
|
||||
--disable-schemas-compile \
|
||||
--disable-docs \
|
||||
--disable-static \
|
||||
--disable-gtk2-module \
|
||||
--enable-gtk3-module")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog","COPYING", "README", "NEWS")
|
||||
@@ -0,0 +1,12 @@
|
||||
--- a/data/caribou-autostart.desktop.in.in
|
||||
+++ b/data/caribou-autostart.desktop.in.in
|
||||
@@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=Caribou
|
||||
Exec=@libexecdir@/caribou
|
||||
-AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-keyboard-enabled
|
||||
+AutostartCondition=GSettings org.cinnamon.desktop.a11y.applications screen-keyboard-enabled
|
||||
X-GNOME-AutoRestart=true
|
||||
#X-GNOME-Autostart-Phase=Initialization
|
||||
-OnlyShowIn=GNOME;Unity;
|
||||
+OnlyShowIn=X-Cinnamon;
|
||||
@@ -0,0 +1,116 @@
|
||||
From c52ce71c49dc8d6109a58d16cc8d491d7bd1d781 Mon Sep 17 00:00:00 2001
|
||||
From: Rico Tzschichholz <ricotz@ubuntu.com>
|
||||
Date: Wed, 20 Jan 2021 22:59:49 +0100
|
||||
Subject: [PATCH] Stop patching the generated GIR
|
||||
|
||||
---
|
||||
libcaribou/Makefile.am | 8 ++-----
|
||||
tools/Makefile.am | 1 -
|
||||
tools/fix_gir.py | 53 ------------------------------------------
|
||||
3 files changed, 2 insertions(+), 60 deletions(-)
|
||||
delete mode 100755 tools/fix_gir.py
|
||||
|
||||
diff --git a/libcaribou/Makefile.am b/libcaribou/Makefile.am
|
||||
index 05f2774..0634374 100644
|
||||
--- a/libcaribou/Makefile.am
|
||||
+++ b/libcaribou/Makefile.am
|
||||
@@ -7,7 +7,7 @@ libcaribou_la_VALAFLAGS = \
|
||||
--pkg xtst --pkg gee-0.8 --pkg gdk-x11-3.0 --pkg libxml-2.0 \
|
||||
--pkg libxklavier --pkg external-libs \
|
||||
--internal-vapi caribou-internals-1.0.vapi \
|
||||
- --library caribou-1.0 --gir _Caribou-1.0.gir \
|
||||
+ --library caribou-1.0 --gir Caribou-1.0.gir \
|
||||
--symbols libcaribou.symbols \
|
||||
$(VALAFLAGS)
|
||||
|
||||
@@ -63,9 +63,6 @@ gir_DATA = Caribou-1.0.gir
|
||||
typelibdir = $(libdir)/girepository-1.0
|
||||
typelib_DATA = Caribou-1.0.typelib
|
||||
|
||||
-Caribou-1.0.gir: _Caribou-1.0.gir
|
||||
- $(AM_V_GEN)$(PYTHON) -B $(top_srcdir)/tools/fix_gir.py $< > $@
|
||||
-
|
||||
Caribou-1.0.typelib: Caribou-1.0.gir
|
||||
@INTROSPECTION_COMPILER@ --shared-library=libcaribou.so.0 -o $@ $^
|
||||
|
||||
@@ -81,8 +78,7 @@ CLEANFILES = \
|
||||
caribou-1.0.vapi \
|
||||
caribou-internals-1.0.vapi \
|
||||
Caribou-1.0.typelib \
|
||||
- Caribou-1.0.gir \
|
||||
- _Caribou-1.0.gir
|
||||
+ Caribou-1.0.gir
|
||||
|
||||
DISTCLEANFILES = \
|
||||
caribou-1.0.pc
|
||||
diff --git a/tools/Makefile.am b/tools/Makefile.am
|
||||
index 3a9bcdb..89f753d 100644
|
||||
--- a/tools/Makefile.am
|
||||
+++ b/tools/Makefile.am
|
||||
@@ -1,5 +1,4 @@
|
||||
EXTRA_DIST = \
|
||||
- fix_gir.py \
|
||||
make_schema.py \
|
||||
convert_cldr.py \
|
||||
basic.xsl
|
||||
diff --git a/tools/fix_gir.py b/tools/fix_gir.py
|
||||
deleted file mode 100755
|
||||
index 182d108..0000000
|
||||
--- a/tools/fix_gir.py
|
||||
+++ /dev/null
|
||||
@@ -1,53 +0,0 @@
|
||||
-#!/usr/bin/python
|
||||
-
|
||||
-from xml.dom import minidom
|
||||
-
|
||||
-def purge_white_space_and_fix_namespace(node, indent=0):
|
||||
- if getattr(node, "tagName", None) == "namespace":
|
||||
- name = node.getAttribute("name")
|
||||
- node.setAttribute("name", name.lstrip('_'))
|
||||
- for child in [c for c in node.childNodes]:
|
||||
- if child.nodeType == node.TEXT_NODE or \
|
||||
- getattr(child, "tagName", None) == "annotation":
|
||||
- node.removeChild(child)
|
||||
- continue
|
||||
- purge_white_space_and_fix_namespace(child, indent+1)
|
||||
-
|
||||
-def find_ancestor(node, name):
|
||||
- if getattr(node, "tagName", None) == name:
|
||||
- return node
|
||||
- parent = getattr(node, "parentNode", None)
|
||||
- if not parent:
|
||||
- return None
|
||||
- return find_ancestor(parent, name)
|
||||
-
|
||||
-def fix_vfuncs(dom):
|
||||
- for f in dom.getElementsByTagName("field"):
|
||||
- callbacks = f.getElementsByTagName("callback")
|
||||
-
|
||||
- record = find_ancestor(f, "record")
|
||||
- if not record:
|
||||
- continue
|
||||
-
|
||||
- name = record.getAttribute("name")
|
||||
- cname = record.getAttribute("c:type")
|
||||
-
|
||||
- assert(name.endswith("Class") or name.endswith("Iface"))
|
||||
- assert(cname.endswith("Class") or name.endswith("Iface"))
|
||||
-
|
||||
- if len(callbacks) == 2:
|
||||
- callbacks[-1].parentNode.removeChild(callbacks[-1])
|
||||
-
|
||||
-if __name__ == "__main__":
|
||||
- import sys
|
||||
-
|
||||
- if len(sys.argv) != 2:
|
||||
- print("supply a gir file")
|
||||
- sys.exit(1)
|
||||
-
|
||||
- dom = minidom.parse(sys.argv[-1])
|
||||
-
|
||||
- purge_white_space_and_fix_namespace(dom)
|
||||
- fix_vfuncs(dom)
|
||||
-
|
||||
- print(dom.toprettyxml(indent=" ", newl="\n"))
|
||||
--
|
||||
GitLab
|
||||
@@ -0,0 +1,26 @@
|
||||
From 13df8b92ae89c796238e669ee6ef4447a42d6355 Mon Sep 17 00:00:00 2001
|
||||
From: Jeremy Bicha <jbicha@ubuntu.com>
|
||||
Date: Fri, 1 Dec 2017 12:11:35 -0500
|
||||
Subject: [PATCH] style.css: Fix failure to start in GNOME Flashback
|
||||
|
||||
The order for 'font' properties matters
|
||||
https://developer.gnome.org/gtk3/stable/chap-css-properties.html
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=791001
|
||||
---
|
||||
data/antler/style.css | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/antler/style.css b/data/antler/style.css
|
||||
index 5ab6f71..4d84904 100644
|
||||
--- a/data/antler/style.css
|
||||
+++ b/data/antler/style.css
|
||||
@@ -13,7 +13,7 @@
|
||||
border-width: 0px;
|
||||
border-radius: 2px;
|
||||
border-image: url("dark-key-border.svg") 2 2 2 2 repeat stretch;
|
||||
- font: Sans 14px;
|
||||
+ font: 14px Sans;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top,
|
||||
left bottom,
|
||||
@@ -0,0 +1,24 @@
|
||||
From bc6f3e7ca0921b50a3ff836d08ce264a4f114224 Mon Sep 17 00:00:00 2001
|
||||
From: Clement Lefebvre <clement.lefebvre@linuxmint.com>
|
||||
Date: Tue, 12 Jan 2021 17:29:16 +0000
|
||||
Subject: [PATCH 1/4] Fix compilation error
|
||||
|
||||
---
|
||||
libcaribou/key-model.vala | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libcaribou/key-model.vala b/libcaribou/key-model.vala
|
||||
index 89015bc..e88342e 100644
|
||||
--- a/libcaribou/key-model.vala
|
||||
+++ b/libcaribou/key-model.vala
|
||||
@@ -101,7 +101,7 @@ namespace Caribou {
|
||||
unichar uc;
|
||||
while (text.get_next_char (ref index, out uc)) {
|
||||
uint keyval = Gdk.unicode_to_keyval (uc);
|
||||
- if (keyval != uc | 0x01000000)
|
||||
+ if (keyval != (uc | 0x01000000))
|
||||
_keyvals += keyval;
|
||||
}
|
||||
} else {
|
||||
--
|
||||
2.29.2
|
||||
@@ -0,0 +1,59 @@
|
||||
|
||||
--- a/bin/antler-keyboard.in
|
||||
+++ b/bin/antler-keyboard.in
|
||||
@@ -18,24 +18,4 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
-script_dir="$(dirname "$(readlink -f ${0})")"
|
||||
-
|
||||
-prefix=@prefix@
|
||||
-exec_prefix=@exec_prefix@
|
||||
-datarootdir=@datarootdir@
|
||||
-
|
||||
-if [ $script_dir = "@libexecdir@" ]
|
||||
-then
|
||||
- datadir="$(@PYTHON@ -c "from gi.repository import GLib; print(':'.join(GLib.get_system_data_dirs()))")"
|
||||
- export PYTHONPATH="${prefix}/lib/python@PYTHON_VERSION@/site-packages:${prefix}/lib64/python@PYTHON_VERSION@/site-packages${PYTHONPATH:+:$PYTHONPATH}"
|
||||
- export GI_TYPELIB_PATH="@libdir@/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}"
|
||||
- export LD_LIBRARY_PATH="@libdir@${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
|
||||
- export XDG_DATA_DIRS="@datadir@${datadir:+:$datadir}"
|
||||
-else
|
||||
- export PYTHONPATH="$(dirname $script_dir)${PYTHONPATH:+:$PYTHONPATH}"
|
||||
- export GI_TYPELIB_PATH="$(dirname $script_dir)/libcaribou${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}"
|
||||
- export LD_LIBRARY_PATH="$(dirname $script_dir)/libcaribou/.libs${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
|
||||
- export ANTLER_THEME_PATH="$(dirname $script_dir)/data"
|
||||
-fi
|
||||
-
|
||||
-@PYTHON@ -m caribou.antler.main "$@"
|
||||
+exec @PYTHON@ -m caribou.antler.main "$@"
|
||||
--- a/bin/caribou-preferences.in
|
||||
+++ b/bin/caribou-preferences.in
|
||||
@@ -18,26 +18,7 @@
|
||||
# along with this program; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
-script_dir="$(dirname "$(readlink -f ${0})")"
|
||||
-
|
||||
-prefix=@prefix@
|
||||
-exec_prefix=@exec_prefix@
|
||||
-datarootdir=@datarootdir@
|
||||
-
|
||||
-if [ $script_dir = "@bindir@" ]
|
||||
-then
|
||||
- datadir="$(@PYTHON@ -c "from gi.repository import GLib; print(':'.join(GLib.get_system_data_dirs()))")"
|
||||
- export PYTHONPATH="@prefix@/lib/python@PYTHON_VERSION@/site-packages${PYTHONPATH:+:$PYTHONPATH}"
|
||||
- export GI_TYPELIB_PATH="@libdir@/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}"
|
||||
- export LD_LIBRARY_PATH="@libdir@${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
|
||||
- export XDG_DATA_DIRS="@datadir@${datadir:+:$datadir}"
|
||||
-else
|
||||
- export PYTHONPATH="$(dirname $script_dir)${PYTHONPATH:+:$PYTHONPATH}"
|
||||
- export GI_TYPELIB_PATH="$(dirname $script_dir)/libcaribou${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}"
|
||||
- export LD_LIBRARY_PATH="$(dirname $script_dir)/libcaribou/.lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
|
||||
-fi
|
||||
-
|
||||
-@PYTHON@ -c "
|
||||
+exec @PYTHON@ -c "
|
||||
import signal
|
||||
signal.signal(signal.SIGINT, signal.SIG_DFL)
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
|
||||
From 85ac8f9e210243d95163cf8b1013470a6d9c7eaa Mon Sep 17 00:00:00 2001
|
||||
From: Clement Lefebvre <clement.lefebvre@linuxmint.com>
|
||||
Date: Tue, 12 Jan 2021 17:30:25 +0000
|
||||
Subject: [PATCH 2/4] Fix subkey popmenu not showing after being dismissed
|
||||
|
||||
To reproduce the issue:
|
||||
|
||||
- long-press the "e" button
|
||||
- don't select any sub button.. just select "e" again to close the menu
|
||||
|
||||
After this the menu no long appears when long-pressing "e".
|
||||
|
||||
This commit fixes that.
|
||||
---
|
||||
libcaribou/key-model.vala | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/libcaribou/key-model.vala b/libcaribou/key-model.vala
|
||||
index e88342e..2f640f2 100644
|
||||
--- a/libcaribou/key-model.vala
|
||||
+++ b/libcaribou/key-model.vala
|
||||
@@ -179,6 +179,7 @@ namespace Caribou {
|
||||
hold_tid = GLib.Timeout.add (1000, on_key_held);
|
||||
|
||||
key_pressed(this);
|
||||
+ show_subkeys = false;
|
||||
}
|
||||
|
||||
public void release () {
|
||||
--
|
||||
2.29.2
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
From 00653c5dcc4be5e983b670d00d5724fc21da2e82 Mon Sep 17 00:00:00 2001
|
||||
From: Clement Lefebvre <clement.lefebvre@linuxmint.com>
|
||||
Date: Tue, 12 Jan 2021 18:01:47 +0000
|
||||
Subject: [PATCH 3/4] [mtwebster] xadapter.vala: Remove XkbKeyTypesMask and
|
||||
fields from XKbChangeMap call.
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
This was originally a workaround for xFree86 4.3 - see:
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=673547
|
||||
|
||||
As of https://gitlab.freedesktop.org/xorg/xserver/-/commit/87c64fc5b0 this
|
||||
causes a BadLength error when attempting to use shifted characters.
|
||||
|
||||
Ref:
|
||||
https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#Changing_Map_Components_in_the_Server
|
||||
---
|
||||
libcaribou/xadapter.vala | 9 ++-------
|
||||
1 file changed, 2 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/libcaribou/xadapter.vala b/libcaribou/xadapter.vala
|
||||
index 22858b7..1da5a78 100644
|
||||
--- a/libcaribou/xadapter.vala
|
||||
+++ b/libcaribou/xadapter.vala
|
||||
@@ -195,15 +195,10 @@ namespace Caribou {
|
||||
|
||||
Xkb.MapChanges changes = Xkb.MapChanges ();
|
||||
|
||||
- // We don't touch key types here but include the
|
||||
- // information in XkbSetMap request to the server, because
|
||||
- // some X servers need the information to check the sanity
|
||||
- // of the keysyms change.
|
||||
- changes.changed = (ushort) (Xkb.KeySymsMask | Xkb.KeyTypesMask);
|
||||
+ changes.changed = (ushort) Xkb.KeySymsMask;
|
||||
changes.first_key_sym = (char) this.reserved_keycode;
|
||||
changes.num_key_syms = this.xkbdesc.map.key_sym_map[this.reserved_keycode].width;
|
||||
- changes.first_type = 0;
|
||||
- changes.num_types = this.xkbdesc.map.num_types;
|
||||
+
|
||||
Xkb.change_map (this.xdisplay, this.xkbdesc, changes);
|
||||
|
||||
this.xdisplay.flush ();
|
||||
--
|
||||
2.29.2
|
||||
|
||||
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>caribou</Name>
|
||||
<Homepage>http://live.gnome.org/Caribou/</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard.</Summary>
|
||||
<Description>Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device. </Description>
|
||||
<Archive sha1sum="698c0953f2a164d703adb209b1945e69d8e14f5b" type="targz">https://gitlab.gnome.org/GNOME/caribou/-/archive/0.4.21/caribou-0.4.21.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>dconf-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libgee-devel</Dependency>
|
||||
<Dependency>gnome-common</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>clutter-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>libxklavier-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">caribou-fix-compilation-error.patch</Patch>
|
||||
<Patch level="1">caribou-fix-subkey-popmenu.patch</Patch>
|
||||
<Patch level="1">caribou-fix-xadapter-xkb-calls.patch</Patch>
|
||||
<Patch level="1">caribou-fix-antler-style-css.patch</Patch>
|
||||
<Patch level="1">caribou-fix-python-env.patch</Patch>
|
||||
<Patch level="1">caribou-change_autostart_cinnamon.patch</Patch>
|
||||
<Patch level="1">caribou-drop_gir_patch.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>caribou</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>dconf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgee</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>clutter</Dependency>
|
||||
<Dependency>libxklavier</Dependency>
|
||||
<Dependency>dbus-python</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>python-pygobject3</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/caribou</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/gnome-settings-daemon-3.0</Path>
|
||||
<Path fileType="library">/usr/lib/gtk-3.0</Path>
|
||||
<Path fileType="library">/usr/lib/python2.7</Path>
|
||||
<Path fileType="library">/usr/lib/libcaribou*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/antler</Path>
|
||||
<Path fileType="data">/usr/share/caribou</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>caribou-devel</Name>
|
||||
<Summary>Development files for caribou</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libgee-devel</Dependency>
|
||||
<Dependency>libxklavier-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency release="current">caribou</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-06-30</Date>
|
||||
<Version>0.4.21</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>caribou</Name>
|
||||
<Summary xml:lang="en">Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard.</Summary>
|
||||
<Description xml:lang="en">Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device. </Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>caribou-devel</Name>
|
||||
<Summary xml:lang="tr">caribou için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import mesontools, pisitools
|
||||
|
||||
def setup():
|
||||
mesontools.configure("--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--buildtype=plain \
|
||||
-Dinstalled_tests=false")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README*", "NEWS")
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=Cjs
|
||||
Name[tr]=Cjs
|
||||
GenericName=Cjs
|
||||
GenericName[tr]=Cjs
|
||||
Icon=cjs
|
||||
Exec=cjs
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Application;Game;ArcadeGame;
|
||||
@@ -0,0 +1,85 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cjs</Name>
|
||||
<Homepage>https://github.com/linuxmint/cjs</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>library</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Javascript Bindings for Cinnamon</Summary>
|
||||
<Description>Javascript Bindings for Cinnamon</Description>
|
||||
<Archive sha1sum="317a423854b3b2470f611d080e8363b15fbe9e3c" type="targz">https://github.com/linuxmint/cjs/archive/refs/tags/5.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>samurai</Dependency>
|
||||
<Dependency>gjs-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>sysprof-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<Dependency>xorg-server-xvfb</Dependency>
|
||||
<Dependency>mozjs-78-devel</Dependency>
|
||||
<Dependency>libatomic_ops-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--
|
||||
<Patch></Patch>
|
||||
-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cjs</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>mozjs-78</Dependency>
|
||||
<Dependency>readline</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localdata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>cjs-devel</Name>
|
||||
<Icon>development</Icon>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">cjs</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>mozjs-78-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-06-30</Date>
|
||||
<Version>5.4.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cjs</Name>
|
||||
<Summary xml:lang="tr">Cinnamon için Javascript Bağlayıcıları</Summary>
|
||||
<Description xml:lang="tr">Cinnamon için Javascript Bağlayıcıları</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cjs-devel</Name>
|
||||
<Summary xml:lang="tr">cjs için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>desktop.cinnamon</Name>
|
||||
</PISI>
|
||||
+293254
-292822
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
e6c7af125eb07a5a95f9443db604685e13390c59
|
||||
13a7dff5daa1daad155c9d2730461d2edc12dc14
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
4c036a5986c0f4c286eb405610f16bb2fe4e55fb
|
||||
ea9d301edf496e801ca80d58ab046313b28a8919
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools, pythonmodules, shelltools
|
||||
|
||||
def setup():
|
||||
pass
|
||||
|
||||
def build():
|
||||
shelltools.system("python3 setup.py build") #autotools.make()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-pam</Name>
|
||||
<Homepage>https://github.com/linuxmint/python3-xapp</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Developers</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPL</License>
|
||||
<IsA>library</IsA>
|
||||
<Icon>python</Icon>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>Pure Python interface to the Pluggable Authentication Modules system on Linux</Summary>
|
||||
<Description>Pure Python interface to the Pluggable Authentication Modules system on Linux</Description>
|
||||
<Archive sha1sum="a3c3aae71bc8def7e276123e2c312b94c4621e5b" type="targz">https://github.com/FirefighterBlu3/python-pam/archive/refs/tags/v1.8.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-toml</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-pam</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-15</Date>
|
||||
<Version>1.8.4</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def setup():
|
||||
pass
|
||||
|
||||
def build():
|
||||
pass
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-xapp</Name>
|
||||
<Homepage>https://github.com/linuxmint/python3-xapp</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Developers</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPL</License>
|
||||
<IsA>library</IsA>
|
||||
<Icon>python</Icon>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>Python Xapp Library</Summary>
|
||||
<Description>Python Xapp Library</Description>
|
||||
<Archive sha1sum="c874c940ae277ae1975b478979a37a18ef89c6c3" type="targz">https://github.com/linuxmint/python3-xapp/archive/refs/tags/2.2.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-xapp</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-15</Date>
|
||||
<Version>2.2.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user