From ff56b23e8377c1423f9d2d6d6627db9ae54eb91c Mon Sep 17 00:00:00 2001 From: PMunch Date: Fri, 16 Oct 2020 10:53:17 +0200 Subject: [PATCH] Added Imlib2 and notificatcher packages (#1672) --- packages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/packages.json b/packages.json index f005d76..b1f0d75 100644 --- a/packages.json +++ b/packages.json @@ -1549,6 +1549,34 @@ "license": "MIT", "web": "https://github.com/PMunch/nancy" }, + { + "name": "imlib2", + "url": "https://github.com/PMunch/Imlib2", + "method": "git", + "tags": [ + "library", + "wrapper", + "graphics", + "imlib2" + ], + "description": "Simple wrapper of the Imlib2 library", + "license": "MIT", + "web": "https://github.com/PMunch/Imlib2" + }, + { + "name": "notificatcher", + "url": "https://github.com/PMunch/notificatcher", + "method": "git", + "tags": [ + "binary", + "freedesktop", + "notifications", + "dbus" + ], + "description": "Small program to grab notifications from freedesktop and output them according to a format", + "license": "MIT", + "web": "https://github.com/PMunch/notificatcher" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",