Update to tilda-1.5.0
Changes: https://github.com/lanoxx/tilda/blob/tilda-1.5.0/ChangeLog. "reads OK" sthen@
This commit is contained in:
parent
27b3ef70bf
commit
e5a5950f03
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2019/07/12 20:51:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2020/03/04 17:57:53 bket Exp $
|
||||
|
||||
COMMENT= drop-down terminal emulator
|
||||
|
||||
GH_ACCOUNT= lanoxx
|
||||
GH_PROJECT= tilda
|
||||
GH_TAGNAME= tilda-1.3.3
|
||||
DISTNAME= tilda-1.3.3
|
||||
|
||||
REVISION= 2
|
||||
GH_TAGNAME= tilda-1.5.0
|
||||
DISTNAME= tilda-1.5.0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tilda-1.3.3.tar.gz) = cbqlVyxJjls+lPW1foEYwe8P2uommlskJSCOGt7ChLE=
|
||||
SIZE (tilda-1.3.3.tar.gz) = 671222
|
||||
SHA256 (tilda-1.5.0.tar.gz) = 9mTBfayiopAPSd6etldGztA8hnsCFEFJ7yEmDLzWEDk=
|
||||
SIZE (tilda-1.5.0.tar.gz) = 484754
|
||||
|
@ -1,7 +1,8 @@
|
||||
$OpenBSD: patch-src-tilda_c,v 1.3 2016/11/06 06:54:54 jca Exp $
|
||||
--- src/tilda.c.orig Mon Apr 18 14:09:55 2016
|
||||
+++ src/tilda.c Sun Nov 6 07:43:00 2016
|
||||
@@ -12,8 +12,6 @@
|
||||
$OpenBSD: patch-src-tilda_c,v 1.4 2020/03/04 17:57:53 bket Exp $
|
||||
Index: src/tilda.c
|
||||
--- src/tilda.c.orig
|
||||
+++ src/tilda.c
|
||||
@@ -13,8 +13,6 @@
|
||||
* You should have received a copy of the GNU Library General Public
|
||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@ -10,7 +11,7 @@ $OpenBSD: patch-src-tilda_c,v 1.3 2016/11/06 06:54:54 jca Exp $
|
||||
|
||||
/*
|
||||
* This message is shown in a modal dialog when tilda starts and there is a problem parsing the configuration file.
|
||||
@@ -230,7 +228,7 @@ nomatch:
|
||||
@@ -232,7 +230,7 @@ nomatch:
|
||||
static GSList *getPids() {
|
||||
GSList *pids = NULL;
|
||||
FILE *ps_output;
|
||||
|
@ -1,7 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2018/06/27 21:04:23 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2020/03/04 17:57:53 bket Exp $
|
||||
@bin bin/tilda
|
||||
share/appdata/
|
||||
share/appdata/tilda.appdata.xml
|
||||
share/applications/tilda.desktop
|
||||
share/doc/tilda/
|
||||
share/doc/tilda/README.md
|
||||
@ -16,6 +14,7 @@ share/locale/fr/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
|
||||
share/locale/nb/LC_MESSAGES/tilda.mo
|
||||
share/locale/pl/LC_MESSAGES/tilda.mo
|
||||
share/locale/pt/LC_MESSAGES/tilda.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/tilda.mo
|
||||
@ -25,6 +24,9 @@ share/locale/sl/LC_MESSAGES/tilda.mo
|
||||
share/locale/sv/LC_MESSAGES/tilda.mo
|
||||
share/locale/tr/LC_MESSAGES/tilda.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/tilda.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/tilda.mo
|
||||
share/metainfo/
|
||||
share/metainfo/tilda.appdata.xml
|
||||
share/pixmaps/
|
||||
share/pixmaps/tilda.png
|
||||
@tag update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user