diff --git a/x11/terminal/tilda/actions.py b/x11/terminal/tilda/actions.py index e64611ff2f..a9eb6ced38 100644 --- a/x11/terminal/tilda/actions.py +++ b/x11/terminal/tilda/actions.py @@ -10,13 +10,14 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - shelltools.system("./autogen.sh --prefix=/usr") + shelltools.system("NOCONFIGURE=1 sh autogen.sh") + autotools.configure() def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING.md", "README.md", "TODO.md") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*") diff --git a/x11/terminal/tilda/pspec.xml b/x11/terminal/tilda/pspec.xml index ee55665e29..a93c64db2e 100644 --- a/x11/terminal/tilda/pspec.xml +++ b/x11/terminal/tilda/pspec.xml @@ -1,62 +1,64 @@ - - tilda - https://github.com/lanoxx/tilda - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - x11.terminal - app:gui - A Gtk based drop down terminal for Linux and Unix. - - Tilda is a terminal emulator and can be compared with other popular terminal emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others. The specialities of Tilda are that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a special hotkey. Additionally Tilda is highly configurable. It is possible to configure the hotkeys for keybindings, change the appearance and many options that affect the behavior of Tilda. - - - https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz - - - python3 - vte-devel - gtk3-devel - glib2-devel - libX11-devel - gnutls-devel - libpcre2-devel - libconfuse-devel - - + + tilda + https://github.com/lanoxx/tilda + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + x11.terminal + app:gui + A Gtk based drop down terminal for Linux and Unix. + Tilda is a terminal emulator and can be compared with other popular terminal emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others. The specialities of Tilda are that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a special hotkey. Additionally Tilda is highly configurable. It is possible to configure the hotkeys for keybindings, change the appearance and many options that affect the behavior of Tilda. + https://github.com/lanoxx/tilda/archive/refs/tags/tilda-2.0.0.tar.gz + + python3 + vte-devel + gtk3-devel + glib2-devel + libX11-devel + gnutls-devel + gettext-devel + libpcre2-devel + libconfuse-devel + + - - tilda - - vte - gtk3 - glib2 - pango - libX11 - gdk-pixbuf - libconfuse - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - + + tilda + + vte + gtk3 + glib2 + pango + libX11 + gdk-pixbuf + libconfuse + + + /usr/bin + /usr/share + + - - - 2021-10-13 - 1.5.4 - First build - fury - uglyside@yandex.ru - - + + + 2025-06-15 + 2.0.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2021-10-13 + 1.5.4 + First build + fury + uglyside@yandex.ru + +