pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gummi: remove, updated in pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Apr 18 08:43:09 2024 +0200
Changeset: e0999ae2ddb5fdbfbcb4f6bc36cfc4eecc75bc99
Modified Files:
Makefile
Removed Files:
gummi/DESCR
gummi/Makefile
gummi/PLIST
gummi/TODO
gummi/distinfo
gummi/patches/patch-dev_bump__version
Log Message:
gummi: remove, updated in pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0999ae2ddb5fdbfbcb4f6bc36cfc4eecc75bc99
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
gummi/DESCR | 4 ----
gummi/Makefile | 38 -----------------------------------
gummi/PLIST | 33 ------------------------------
gummi/TODO | 1 -
gummi/distinfo | 6 ------
gummi/patches/patch-dev_bump__version | 12 -----------
7 files changed, 95 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 674db89e1e..cd9979c667 100644
--- a/Makefile
+++ b/Makefile
@@ -1371,7 +1371,6 @@ SUBDIR+= guile-reader
SUBDIR+= guile-sjson
SUBDIR+= guile-stis-parser
SUBDIR+= gumbo-parser
-SUBDIR+= gummi
SUBDIR+= gunison
SUBDIR+= gupnp-ui
SUBDIR+= gurlchecker
diff --git a/gummi/DESCR b/gummi/DESCR
deleted file mode 100644
index d42688e313..0000000000
--- a/gummi/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Gummi is a LaTeX editor for the Linux platform, written in C/GTK+.
-It was designed with simplicity in mind, but hopes to appeal to both
-novice and more advanced LaTeX writers. Gummi was released as free
-opensource software under the MIT license.
diff --git a/gummi/Makefile b/gummi/Makefile
deleted file mode 100644
index d18309e62e..0000000000
--- a/gummi/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.102 2024/04/07 07:33:53 wiz Exp $
-
-DISTNAME= gummi-0.8.3
-CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_GITHUB:=alexandervdm/}
-#GITHUB_TAG= ${PKGVERSION}
-
-MAINTAINER= int21h%pirosfeketefa.hu@localhost
-HOMEPAGE= https://github.com/alexandervdm/gummi
-COMMENT= LaTeX editor, written in C/GTK+
-LICENSE= mit
-
-USE_TOOLS+= pkg-config intltool msgfmt gmake automake autoreconf
-TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
-
-# we need some latex, but not all
-#DEPENDS+= texlive-collection-all-[0-9]*:../../meta-pkgs/texlive-collection-all
-
-GNU_CONFIGURE= yes
-USE_PKGLOCALEDIR= yes
-
-BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-export-dynamic
-
-pre-configure:
- cd ${WRKSRC} && ${TOOLS_PATH.autoreconf} -vi
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-#.include "../../x11/libXdamage/buildlink3.mk"
-.include "../../x11/gtksourceview3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.poppler+= poppler>=23.12.0
-.include "../../print/poppler/buildlink3.mk"
-.include "../../textproc/gtkspell3/buildlink3.mk"
-#.include "../../x11/libXft/buildlink3.mk"
-#.include "../../x11/libXcursor/buildlink3.mk"
-#.include "../../x11/libXcomposite/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gummi/PLIST b/gummi/PLIST
deleted file mode 100644
index 531a185a29..0000000000
--- a/gummi/PLIST
+++ /dev/null
@@ -1,33 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2012/12/17 12:49:40 drochner Exp $
-bin/gummi
-lib/gummi/latex_dvi.sh
-man/man1/gummi.1
-share/applications/gummi.desktop
-share/gummi/icons/gummi.png
-share/gummi/icons/icon.png
-share/gummi/misc/default.tex
-share/gummi/snippets/snippets.cfg
-share/gummi/snippets/snippets.lang
-share/gummi/ui/gummi.glade
-share/gummi/ui/prefs.glade
-share/gummi/ui/snippets.glade
-share/locale/ar/LC_MESSAGES/gummi.mo
-share/locale/ca/LC_MESSAGES/gummi.mo
-share/locale/cs/LC_MESSAGES/gummi.mo
-share/locale/da/LC_MESSAGES/gummi.mo
-share/locale/de/LC_MESSAGES/gummi.mo
-share/locale/el/LC_MESSAGES/gummi.mo
-share/locale/es/LC_MESSAGES/gummi.mo
-share/locale/fr/LC_MESSAGES/gummi.mo
-share/locale/hu/LC_MESSAGES/gummi.mo
-share/locale/it/LC_MESSAGES/gummi.mo
-share/locale/nl/LC_MESSAGES/gummi.mo
-share/locale/pl/LC_MESSAGES/gummi.mo
-share/locale/pt/LC_MESSAGES/gummi.mo
-share/locale/pt_BR/LC_MESSAGES/gummi.mo
-share/locale/ro/LC_MESSAGES/gummi.mo
-share/locale/ru/LC_MESSAGES/gummi.mo
-share/locale/sv/LC_MESSAGES/gummi.mo
-share/locale/zh_CN/LC_MESSAGES/gummi.mo
-share/locale/zh_TW/LC_MESSAGES/gummi.mo
-share/pixmaps/gummi.png
diff --git a/gummi/TODO b/gummi/TODO
deleted file mode 100644
index 95d4326357..0000000000
--- a/gummi/TODO
+++ /dev/null
@@ -1 +0,0 @@
-needs synctex
diff --git a/gummi/distinfo b/gummi/distinfo
deleted file mode 100644
index 6bab8f472e..0000000000
--- a/gummi/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:21:30 nia Exp $
-
-BLAKE2s (gummi-0.8.3.tar.gz) = f367b5cd517e426d094f024738590d2d9dd0964fb763cf7532a47024b1cf24c9
-SHA512 (gummi-0.8.3.tar.gz) = c74a629a67c3dfd04e1b4f9bc2cc7ad22f3d71d1693b315eb449cc6f8bbfd08257faf4e69e02a05a6a8bb250de0184288dcab4931849d9a0a431419d85a2983e
-Size (gummi-0.8.3.tar.gz) = 384794 bytes
-SHA1 (patch-dev_bump__version) = e8018efd27525d92fc6de2d7c4089b03b8c8fc98
diff --git a/gummi/patches/patch-dev_bump__version b/gummi/patches/patch-dev_bump__version
deleted file mode 100644
index 49e12b6164..0000000000
--- a/gummi/patches/patch-dev_bump__version
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- dev/bump_version.orig 2024-04-17 13:46:34.666481747 +0000
-+++ dev/bump_version
-@@ -1,6 +1,6 @@
- #!/bin/sh
-
--if [ "$1" == "" ]; then
-+if [ "$1" = "" ]; then
- echo "This script requires a command line argument <version number>"
- fi
-
Home |
Main Index |
Thread Index |
Old Index