Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] tilp2: remove
Date: Sat, 07 Oct 2023 20:49:36 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46511@inbox.vuxu.org> (raw)

[-- 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
-}

             reply	other threads:[~2023-10-07 18:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-07 18:49 abenson [this message]
2023-10-10  4:43 ` [PR PATCH] [Merged]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46511@inbox.vuxu.org \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).