Skip to content

Commit

Permalink
x11/tilda: update to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed May 30, 2024
1 parent 9f17265 commit 73916b2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 27 deletions.
7 changes: 3 additions & 4 deletions x11/tilda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ COMMENT= drop-down terminal emulator

GH_ACCOUNT= lanoxx
GH_PROJECT= tilda
GH_TAGNAME= tilda-1.5.0
DISTNAME= tilda-1.5.0
REVISION= 0
GH_TAGNAME= tilda-2.0.0
DISTNAME= ${GH_TAGNAME}

CATEGORIES= x11

Expand All @@ -25,7 +24,7 @@ RUN_DEPENDS= devel/desktop-file-utils

USE_GMAKE= Yes

AUTOCONF_VERSION= 2.69
AUTOCONF_VERSION= 2.71
AUTOMAKE_VERSION= 1.15
AUTORECONF= ./autogen.sh
CONFIGURE_STYLE= autoreconf
Expand Down
4 changes: 2 additions & 2 deletions x11/tilda/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (tilda-1.5.0.tar.gz) = 9mTBfayiopAPSd6etldGztA8hnsCFEFJ7yEmDLzWEDk=
SIZE (tilda-1.5.0.tar.gz) = 484754
SHA256 (tilda-2.0.0.tar.gz) = /5NkJExYUHzUBzrCLlgKTN7QSNQWxoJJbBsXiO6KMN8=
SIZE (tilda-2.0.0.tar.gz) = 532550
21 changes: 0 additions & 21 deletions x11/tilda/patches/patch-src-tilda_c

This file was deleted.

12 changes: 12 additions & 0 deletions x11/tilda/patches/patch-src_tilda-lock-files_c
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Index: src/tilda-lock-files.c
--- src/tilda-lock-files.c.orig
+++ src/tilda-lock-files.c
@@ -217,7 +217,7 @@ static struct lock_info *islockfile (const gchar *file
static GSList *getPids() {
GSList *pids = NULL;
FILE *ps_output;
- const gchar ps_command[] = "ps -C tilda -o pid=";
+ const gchar ps_command[] = "/usr/bin/pgrep tilda";
gchar buf[16]; /* Really shouldn't need more than 6 */

if ((ps_output = popen (ps_command, "r")) == NULL) {
4 changes: 4 additions & 0 deletions x11/tilda/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@bin bin/tilda
@man man/man1/tilda.1
share/applications/tilda-dbus.desktop
share/applications/tilda.desktop
share/doc/tilda/
share/doc/tilda/README.md
Expand All @@ -10,6 +12,7 @@ share/locale/el/LC_MESSAGES/tilda.mo
share/locale/en_GB/LC_MESSAGES/tilda.mo
share/locale/es/LC_MESSAGES/tilda.mo
share/locale/fr/LC_MESSAGES/tilda.mo
share/locale/hr/LC_MESSAGES/tilda.mo
share/locale/hu/LC_MESSAGES/tilda.mo
share/locale/it/LC_MESSAGES/tilda.mo
share/locale/lt/LC_MESSAGES/tilda.mo
Expand All @@ -22,6 +25,7 @@ share/locale/sk/LC_MESSAGES/tilda.mo
share/locale/sl/LC_MESSAGES/tilda.mo
share/locale/sv/LC_MESSAGES/tilda.mo
share/locale/tr/LC_MESSAGES/tilda.mo
share/locale/uk/LC_MESSAGES/tilda.mo
share/locale/zh_CN/LC_MESSAGES/tilda.mo
share/locale/zh_TW/LC_MESSAGES/tilda.mo
share/metainfo/
Expand Down

0 comments on commit 73916b2

Please sign in to comment.