Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tilp2: remove
@ 2023-10-07 18:49 abenson
  2023-10-10  4:43 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2023-10-07 18:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages rm_tilp2
https://github.com/void-linux/void-packages/pull/46511

tilp2: remove
None

A patch file from https://github.com/void-linux/void-packages/pull/46511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm_tilp2-46511.patch --]
[-- Type: text/x-diff, Size: 4274 bytes --]

From a21c265dea14c8963924a6c7d19fa65757a97287 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 7 Oct 2023 11:34:04 -0500
Subject: [PATCH] tilp2: remove

---
 srcpkgs/removed-packages/template  |  3 +-
 srcpkgs/tilp2/patches/no-kde.patch | 65 ------------------------------
 srcpkgs/tilp2/template             | 25 ------------
 3 files changed, 2 insertions(+), 91 deletions(-)
 delete mode 100644 srcpkgs/tilp2/patches/no-kde.patch
 delete mode 100644 srcpkgs/tilp2/template

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 5727589d6ea27..02edf12ba5cce 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20231006
+version=0.1.20231007
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -654,6 +654,7 @@ replaces="
  taizen<=0.0.0.20180808_4
  tekaim<=1.6.0_5
  terminal_markdown_viewer<=1.6.3_4
+ tilp2<=1.18_2
  tlsdate<=0.0.13_16
  transcode<=1.1.7_4
  traverso<=0.49.6_2
diff --git a/srcpkgs/tilp2/patches/no-kde.patch b/srcpkgs/tilp2/patches/no-kde.patch
deleted file mode 100644
index cf179de078286..0000000000000
--- a/srcpkgs/tilp2/patches/no-kde.patch
+++ /dev/null
@@ -1,65 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -9,16 +9,16 @@
- 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
-+#	@KDE_INCLUDES@ @QT_INCLUDES@
- 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@
-+#	@LIB_KDECORE@ @LIB_KDEUI@ @LIB_KIO@ @LIB_QT@ @KDE_LDFLAGS@ \
-+#	@QT_LDFLAGS@ @X_LDFLAGS@
- tilp_SOURCES = *.h \
- 	tilp_calcs.c tilp_cmdline.c tilp_config.c tilp_error.c \
- 	tilp_files.c tilp_gif.c tilp_main.c \
---- a/configure.ac
-+++ b/configure.ac
-@@ -118,22 +118,23 @@
- 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
-+#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
-+kde=no
- AM_CONDITIONAL(USE_KDE, test "x$kde" = "xyes")
- AC_SUBST(kde)
- 
diff --git a/srcpkgs/tilp2/template b/srcpkgs/tilp2/template
deleted file mode 100644
index 276c85e6e74b2..0000000000000
--- a/srcpkgs/tilp2/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'tilp2'
-pkgname=tilp2
-version=1.18
-revision=2
-build_style=gnu-configure
-hostmakedepends="automake bison groff intltool libtool pkg-config texinfo
- gettext-devel glib-devel"
-makedepends="gtk+-devel libusb-devel zlib-devel glib-devel libarchive-devel
- gettext-devel libticonv-devel libtifiles2-devel libticables2-devel
- libticalcs2-devel"
-depends="xdg-utils gfm"
-short_desc="Connect to TI calculators"
-maintainer="Andrew Benson <abenson+void@gmail.com>"
-license="GPL-2.0-or-later"
-homepage="https://www.ticalc.org"
-distfiles="${SOURCEFORGE_SITE}/tilp/tilp2-linux/tilp2-${version}/${pkgname}-${version}.tar.bz2"
-checksum=7b3ab363eeb52504d6ef5811c5d264f8016060bb7bd427be5a064c2ed7384e47
-
-pre_configure() {
-	mkdir -p m4
-	autoreconf -i -v -f
-	vsed -i -e '/DATADIRNAME=/s/=.*/=share/' \
-		-e '/CATOBJEXT=/s/\.mo/.gmo/' \
-		configure
-}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: tilp2: remove
  2023-10-07 18:49 [PR PATCH] tilp2: remove abenson
@ 2023-10-10  4:43 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2023-10-10  4:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

There's a merged pull request on the void-packages repository

tilp2: remove
https://github.com/void-linux/void-packages/pull/46511

Description:
None

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-10  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-07 18:49 [PR PATCH] tilp2: remove abenson
2023-10-10  4:43 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).