Page MenuHomeSolus

D5732.id.diff
No OneTemporary

D5732.id.diff

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,13 @@
+libatk-1.0.so.0
+libc.so.6
+libgdk-x11-2.0.so.0
+libgdk_pixbuf-2.0.so.0
+libglib-2.0.so.0
+libgobject-2.0.so.0
+libgtk-x11-2.0.so.0
+libpango-1.0.so.0
+libticables2.so.7
+libticalcs2.so.12
+libticonv.so.8
+libtifiles2.so.10
+libz.so.1
diff --git a/files/remove-kde.patch b/files/remove-kde.patch
new file mode 100644
--- /dev/null
+++ b/files/remove-kde.patch
@@ -0,0 +1,45 @@
+--- a/configure.ac 2016-01-15 21:28:52.000000000 +0100
++++ b/configure.ac 2019-03-13 18:44:51.290457304 +0100
+@@ -118,22 +118,6 @@
+ CFLAGS="$CFLAGS $ARCH"
+
+ # KDE dialogs support
+-AC_ARG_WITH(kde, AC_HELP_STRING([--with-kde], [Compile with KDE support]), [kde=$withval], [kde=no])
+-if test "x$kde" = "xdefault"; then
+- case $host_os in
+- *mingw*)
+- kde=no
+- ;;
+- *)
+- kde=yes
+- ;;
+- esac
+-fi
+-if test "x$kde" = "xyes"; then
+- AC_PROG_CXX
+- AC_PATH_KDE
+- AC_DEFINE(WITH_KDE, 1, [Use KDE support])
+-fi
+ AM_CONDITIONAL(USE_KDE, test "x$kde" = "xyes")
+ AC_SUBST(kde)
+
+--- a/src/Makefile.am 2016-03-14 20:55:57.000000000 +0100
++++ b/src/Makefile.am 2019-03-13 18:45:56.889452864 +0100
+@@ -9,16 +9,13 @@
+ tilp_CPPFLAGS = -I$(top_srcdir)/intl \
+ @TICABLES_CFLAGS@ @TIFILES_CFLAGS@ @TICALCS_CFLAGS@ @TICONV_CFLAGS@ \
+ @GLIB_CFLAGS@ @GTK_CFLAGS@ \
+- @KDE_INCLUDES@ @QT_INCLUDES@ \
+ -DSHARE_DIR=\"$(pkgdatadir)\" \
+ -DLOCALEDIR=\"$(datadir)/locale\" \
+ -DSYSCONFDIR=\"$(sysconfdir)\" \
+ -DGTK_DISABLE_DEPRECATED
+ tilp_LDFLAGS = -export-dynamic
+ tilp_LDADD = @TICABLES_LIBS@ @TIFILES_LIBS@ @TICALCS_LIBS@ @TICONV_LIBS@ \
+- @GLIB_LIBS@ @GTK_LIBS@ \
+- @LIB_KDECORE@ @LIB_KDEUI@ @LIB_KIO@ @LIB_QT@ @KDE_LDFLAGS@ \
+- @QT_LDFLAGS@ @X_LDFLAGS@ @LIBZ@
++ @GLIB_LIBS@ @GTK_LIBS@ @LIBZ@
+ tilp_SOURCES = *.h \
+ tilp_calcs.c tilp_cmdline.c tilp_config.c tilp_error.c \
+ tilp_files.c tilp_gif.c tilp_main.c \
\ No newline at end of file
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : tilp
+version : 1.18
+release : 1
+source :
+ - https://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.18/tilp2-1.18.tar.bz2 : 7b3ab363eeb52504d6ef5811c5d264f8016060bb7bd427be5a064c2ed7384e47
+license : GPL-2.0-or-later
+component : office
+summary : TI Linking Program
+description: |
+ Software for communicating with calculators from Texas Instruments.
+builddeps :
+ - pkgconfig(gtk+-2.0)
+ - pkgconfig(ticalcs2)
+ - intltool
+setup : |
+ %patch -p1 < $pkgfiles/remove-kde.patch
+ %reconfigure
+build : |
+ %make
+install : |
+ %make_install
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,160 @@
+<PISI>
+ <Source>
+ <Name>tilp</Name>
+ <Packager>
+ <Name>Jan Baudisch</Name>
+ <Email>dev@baudisch.xyz</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>office</PartOf>
+ <Summary xml:lang="en">TI Linking Program</Summary>
+ <Description xml:lang="en">Software for communicating with calculators from Texas Instruments.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>tilp</Name>
+ <Summary xml:lang="en">TI Linking Program</Summary>
+ <Description xml:lang="en">Software for communicating with calculators from Texas Instruments.
+</Description>
+ <PartOf>office</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/tilp</Path>
+ <Path fileType="data">/usr/share/appdata/tilp.appdata.xml</Path>
+ <Path fileType="data">/usr/share/applications/tilp.desktop</Path>
+ <Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/tilp2.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/tilp2.mo</Path>
+ <Path fileType="data">/usr/share/mime/packages/tilp.xml</Path>
+ <Path fileType="data">/usr/share/tilp2/COPYING</Path>
+ <Path fileType="data">/usr/share/tilp2/RELEASE</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/action.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/backupdbox.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/clist_rbm.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/clock.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/ctree_rbm.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/device.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/entrydbox.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/manpage.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/options.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/pbar1.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/pbar2.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/pbar3.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/pbar4.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/pbar5.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/release.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/screenopts.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/screenshot.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/builder/tilp.ui</Path>
+ <Path fileType="data">/usr/share/tilp2/help/FAQ.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/Image12.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/Image13.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/Image15.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/Image17.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/Image18.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/Image20.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/Manual_en.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/action.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter01.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter02.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter03.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter04.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter05.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter06.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter07.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter20.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter21.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/chapter22.html</Path>
+ <Path fileType="data">/usr/share/tilp2/help/clock.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/device.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/dirlist.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/logo_lpg.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/logo_tilp.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/options.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/popup_local.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/popup_remote.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/scr_options1.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/scr_options2.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/screenshot.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/tb_calc_recv.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/tb_calc_send.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/tilp.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/tilp2.png</Path>
+ <Path fileType="data">/usr/share/tilp2/help/usb_driver.html</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/App_Var.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Application.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Asm_Program.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Backup.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Certificate.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Complex.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Complex_List.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Complex_Matrix.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Complex_Vector.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Constant.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Data.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Diff_Equ.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Equation.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Expression.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Figure.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Function.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/GDB.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Group.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Group_Backup.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Group_Var.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Image.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/List.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Macro.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Matrix.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/OS_upgrade.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Parametric.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Picture.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Polar.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Program.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Range.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Real.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/String.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/TIGroup.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/TIicon1.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/TIicon2.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/TIicon3.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/TIicon4.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Table_Setup.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Text.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Unknown.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Vector.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Window_Setup.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Y_Var.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Zipped.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/Zoom.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/test.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/icons/up.ico</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/attr_archived.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/attr_locked.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/clist_dir.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/ctree_close_dir.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/ctree_open_dir.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/logo.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/screendump.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_backup.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_dirlist.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_help.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_mkdir.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_ready.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_receive.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_refresh.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_restore.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_send.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tb_trash.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tilp.png</Path>
+ <Path fileType="data">/usr/share/tilp2/pixmaps/tilp.xpm</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-03-29</Date>
+ <Version>1.18</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jan Baudisch</Name>
+ <Email>dev@baudisch.xyz</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 10:28 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5811562
Default Alt Text
D5732.id.diff (13 KB)

Event Timeline