summaryrefslogtreecommitdiff
path: root/homebrew/libnotify
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/libnotify
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/libnotify')
-rw-r--r--homebrew/libnotify/.beer53
-rw-r--r--homebrew/libnotify/.make.sh-auto6
-rw-r--r--homebrew/libnotify/_metadata/description1
-rw-r--r--homebrew/libnotify/_metadata/homepage1
-rw-r--r--homebrew/libnotify/_metadata/name1
-rw-r--r--homebrew/libnotify/_metadata/version1
-rwxr-xr-xhomebrew/libnotify/download.sh1
7 files changed, 64 insertions, 0 deletions
diff --git a/homebrew/libnotify/.beer b/homebrew/libnotify/.beer
new file mode 100644
index 000000000..5991b9f99
--- /dev/null
+++ b/homebrew/libnotify/.beer
@@ -0,0 +1,53 @@
+{
+ "name": "Libnotify",
+ "description": "Library that sends desktop notifications to a notification daemon",
+ "url": "https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.8.tar.xz",
+ "mirror": null,
+ "homepage": "https://developer.gnome.org/libnotify",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "gobject-introspection",
+ "build-depend": true
+ },
+ {
+ "depend": "gtk-doc",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "gdk-pixbuf",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir_p \"m4\"",
+ "system \"gtkdocize\", \"--copy\"",
+ "system \"autoreconf\", \"-i\"",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--disable-tests\",",
+ "\"--enable-introspection\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.7.8",
+ "file": "libnotify.rb"
+} \ No newline at end of file
diff --git a/homebrew/libnotify/.make.sh-auto b/homebrew/libnotify/.make.sh-auto
new file mode 100644
index 000000000..8ed2c1926
--- /dev/null
+++ b/homebrew/libnotify/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+mkdir_p "m4"
+gtkdocize --copy
+autoreconf -i
+pkg:configure --disable-dependency-tracking --disable-silent-rules --disable-tests --enable-introspection
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/libnotify/_metadata/description b/homebrew/libnotify/_metadata/description
new file mode 100644
index 000000000..17fb3480d
--- /dev/null
+++ b/homebrew/libnotify/_metadata/description
@@ -0,0 +1 @@
+Library that sends desktop notifications to a notification daemon
diff --git a/homebrew/libnotify/_metadata/homepage b/homebrew/libnotify/_metadata/homepage
new file mode 100644
index 000000000..7fe0f9d60
--- /dev/null
+++ b/homebrew/libnotify/_metadata/homepage
@@ -0,0 +1 @@
+https://developer.gnome.org/libnotify
diff --git a/homebrew/libnotify/_metadata/name b/homebrew/libnotify/_metadata/name
new file mode 100644
index 000000000..7df327480
--- /dev/null
+++ b/homebrew/libnotify/_metadata/name
@@ -0,0 +1 @@
+Libnotify
diff --git a/homebrew/libnotify/_metadata/version b/homebrew/libnotify/_metadata/version
new file mode 100644
index 000000000..e7c7d3cc3
--- /dev/null
+++ b/homebrew/libnotify/_metadata/version
@@ -0,0 +1 @@
+0.7.8
diff --git a/homebrew/libnotify/download.sh b/homebrew/libnotify/download.sh
new file mode 100755
index 000000000..714339c91
--- /dev/null
+++ b/homebrew/libnotify/download.sh
@@ -0,0 +1 @@
+wget https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.8.tar.xz \ No newline at end of file