pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tiramisu: remove, soon imported into main



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Nov 12 08:31:39 2020 +0100
Changeset:	b8ebd283da3324474ff31d4920026c8bd1fe535a

Modified Files:
	Makefile
Removed Files:
	tiramisu/DESCR
	tiramisu/Makefile
	tiramisu/PLIST
	tiramisu/distinfo
	tiramisu/patches/patch-Makefile

Log Message:
tiramisu: remove, soon imported into main

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8ebd283da3324474ff31d4920026c8bd1fe535a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                        |  1 -
 tiramisu/DESCR                  | 14 --------------
 tiramisu/Makefile               | 21 ---------------------
 tiramisu/PLIST                  |  3 ---
 tiramisu/distinfo               |  7 -------
 tiramisu/patches/patch-Makefile | 23 -----------------------
 6 files changed, 69 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ac865f9c4e..a93ed9c314 100644
--- a/Makefile
+++ b/Makefile
@@ -4971,7 +4971,6 @@ SUBDIR+=	tinyfugue-beta
 SUBDIR+=	tinylogin
 SUBDIR+=	tinyproxy
 SUBDIR+=	tipp10
-SUBDIR+=	tiramisu
 SUBDIR+=	tk-itk3
 SUBDIR+=	tkhtml3
 SUBDIR+=	tkpng
diff --git a/tiramisu/DESCR b/tiramisu/DESCR
deleted file mode 100644
index 052548472c..0000000000
--- a/tiramisu/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-Desktop notifications, the UNIX way.
-tiramisu is a notification daemon based on dunst that outputs notifications
-to STDOUT in order to allow the user to process notifications any way they
-prefer.
-
-By allowing users to determine what is done with notifications, there is
-infinitely more possibilities presented to the end-user than a simple
-notification daemon that displays a block of text on the screen and nothing
-more.
-
-Users could have notifications display in a pre-existing bar, make a control
-panel of some sort that shows notifications, push notifications to their phone
-if their computer has been idle for an amount of time, make notifications more
-accessible with text-to-speech, and so much more.
diff --git a/tiramisu/Makefile b/tiramisu/Makefile
deleted file mode 100644
index 0764d6a79c..0000000000
--- a/tiramisu/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	tiramisu-1.0
-CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_GITHUB:=Sweets/}
-
-MAINTAINER=	pin%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/Sweets/tiramisu/
-COMMENT=	Desktop notifications, the UNIX way
-LICENSE=	mit
-
-USE_TOOLS+=	pkg-config gmake
-
-INSTALLATION_DIRS+=	share/doc/tiramisu
-MAKE_ENV+=		PREFIX=${PREFIX}
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/tiramisu
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tiramisu/PLIST b/tiramisu/PLIST
deleted file mode 100644
index e869f6154f..0000000000
--- a/tiramisu/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/tiramisu
-share/doc/tiramisu/README.md
diff --git a/tiramisu/distinfo b/tiramisu/distinfo
deleted file mode 100644
index 559388e826..0000000000
--- a/tiramisu/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (tiramisu-1.0.tar.gz) = 909f21b33fa429d7c2f5668273bbda8d28b143f6
-RMD160 (tiramisu-1.0.tar.gz) = c71623406918b1ceb609e187f6eadd8e5b0257aa
-SHA512 (tiramisu-1.0.tar.gz) = 357a223afa1664d170249fea187924c1942427b4c488ec18476774e19a8c15bdac104c7d4e105f4b2e2a4ad66e8954f572dad8be60a4b313a16c1612fe88f5b7
-Size (tiramisu-1.0.tar.gz) = 3063267 bytes
-SHA1 (patch-Makefile) = ae6cd3bb45e3b49d6b444f08e840b61919103393
diff --git a/tiramisu/patches/patch-Makefile b/tiramisu/patches/patch-Makefile
deleted file mode 100644
index 09d5b42905..0000000000
--- a/tiramisu/patches/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-Do not override user's CFLAGS and honor LDFLAGS
-
---- Makefile.orig	2020-09-21 07:05:29.000000000 +0000
-+++ Makefile
-@@ -4,14 +4,14 @@ SRC		:=	src/tiramisu.c src/output.c
- 
- PREFIX ?=	/usr/local
- 
--CFLAGS	=	-Wall -Wno-unused-value
-+CFLAGS+=	-Wall -Wno-unused-value
- IFLAGS  =	$(shell pkg-config --cflags glib-2.0 gio-2.0)
- LFLAGS	=	$(shell pkg-config --libs glib-2.0 gio-2.0)
- 
- all: $(TARGET)
- 
- $(TARGET): $(OBJ)
--	$(CC) $(CFLAGS) $(IFLAGS) $(SRC) $(LFLAGS) -o $(TARGET)
-+	$(CC) $(CFLAGS) $(IFLAGS) $(SRC) $(LFLAGS) $(LDFLAGS) -o $(TARGET)
- 
- install: $(TARGET)
- 	mkdir -p $(DESTDIR)$(PREFIX)/bin


Home | Main Index | Thread Index | Old Index