diff options
Diffstat (limited to 'homebrew/libnotify')
-rw-r--r-- | homebrew/libnotify/.beer | 53 | ||||
-rw-r--r-- | homebrew/libnotify/.make.sh-auto | 6 | ||||
-rw-r--r-- | homebrew/libnotify/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/libnotify/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/libnotify/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/libnotify/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/libnotify/download.sh | 1 |
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 |