diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,8 @@ +ld-linux-x86-64.so.2 +libX11.so.6 +libc.so.6 +libdl.so.2 +libgcc_s.so.1 +libm.so.6 +libpthread.so.0 +librt.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,22 @@ +name : tilix +version : 1.7.1 +release : 1 +source : + - https://github.com/gnunn1/tilix/archive/1.7.1.tar.gz : 1b807ba47d90c849e1712da7213daf46b63bb36c0b9bd6eaec9bc4c5f84465de +license : MPL-2.0 +component : system.utils +summary : A tiling terminal emulator for Linux using GTK+ 3 +description: | + Tilix is an advanced GTK3 tiling terminal emulator that follows the Gnome Human Interface Guidelines. +networking: yes +builddeps : + - pkgconfig(gtk+-3.0) + - desktop-file-utils + - dmd + - dub + - xdg-utils +build : | + dub upgrade + dub build --build=release +install : | + ./install.sh $installdir/usr diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,51 @@ + + + tilix + + Ben Johnston + bjohnston@neomailbox.net + + MPL-2.0 + system.utils + A tiling terminal emulator for Linux using GTK+ 3 + Tilix is an advanced GTK3 tiling terminal emulator that follows the Gnome Human Interface Guidelines. + + https://solus-project.com/sources/README.Solus + + + tilix + A tiling terminal emulator for Linux using GTK+ 3 + Tilix is an advanced GTK3 tiling terminal emulator that follows the Gnome Human Interface Guidelines. + + system.utils + + /usr/bin + /usr/share/applications/com.gexperts.Tilix.desktop + /usr/share/dbus-1/services/com.gexperts.Tilix.service + /usr/share/glib-2.0/schemas/com.gexperts.Tilix.gschema.xml + /usr/share/glib-2.0/schemas/gschemas.compiled + /usr/share/icons/hicolor/16x16/apps/com.gexperts.Tilix.png + /usr/share/icons/hicolor/22x22/apps/com.gexperts.Tilix.png + /usr/share/icons/hicolor/24x24/apps/com.gexperts.Tilix.png + /usr/share/icons/hicolor/256x256/apps/com.gexperts.Tilix.png + /usr/share/icons/hicolor/32x32/apps/com.gexperts.Tilix.png + /usr/share/icons/hicolor/48x48/apps/com.gexperts.Tilix.png + /usr/share/icons/hicolor/512x512/apps/com.gexperts.Tilix.png + /usr/share/icons/hicolor/scalable/apps/com.gexperts.Tilix-symbolic.svg + /usr/share/locale + /usr/share/man + /usr/share/metainfo/com.gexperts.Tilix.appdata.xml + /usr/share/nautilus-python/extensions/open-tilix.py + /usr/share/tilix + + + + + 2017-11-12 + 1.7.1 + Packaging update + Ben Johnston + bjohnston@neomailbox.net + + + \ No newline at end of file