2 Commits 53f1f650cc ... e98ad0550c

Author SHA1 Message Date
  mmpg e98ad0550c Merge branch 'master' of https://notabug.org/mmpg/dragora 6 years ago
  mmpg 87b02ea13f Removed Xfce dependencies. 6 years ago

+ 0 - 64
recipes/libs/TIFF/recipe

@@ -1,64 +0,0 @@
-# Build recipe for TIFF.
-#
-# Copyright (C) 2018, MMPG <mmpg@vp.pl>
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-program=tiff
-version=4.0.9
-release=1
-
-tarname=${program}-${version}.tar.gz
-
-# Remote source(s)
-fetch=http://download.osgeo.org/libtiff/$tarname
-
-description="
-TIFF libraries and associated utilities.
-The libraries are used by many programs for reading
-and writing TIFF files and the utilities are used for general work with TIFF files. 
-"
-
-homepage=http://simplesystems.org/libtiff/
-license=BSD
-
-docs="COPYRIGHT ChangeLog README TODO VERSION"
-docsdir="${docdir}/${program}-${version}"
-
-build()
-{
-    set -e
-    unpack "${tardir}/$tarname"
-
-    cd "$srcdir"
-
-    ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
-    $configure_args \
-    --mandir=/usr/man \
-    --infodir=/usr/info \
-    --htmldir=/usr/doc/tiff-${V}/html \
-    --with-docdir=/usr/doc/tiff-${V} \
-    --libdir=/usr/lib64 \
-    --disable-static
-  
-    make -j${jobs}
-    make -j${jobs} DESTDIR="$destdir" install
-  
-    # Copy documentation
-    mkdir -p "${destdir}${docsdir}"
-    
-    for file in $docs
-    do
-	cp -p $file "${destdir}${docsdir}"
-    done
-}

+ 0 - 57
recipes/libs/URI/recipe

@@ -1,57 +0,0 @@
-# Build recipe for URI.
-#
-# Copyright (C) 2018, MMPG <mmpg@vp.pl>
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-program=URI
-version=1.73
-release=1
-
-tarname=${program}-${version}.tar.gz
-
-# Remote source(s)
-fetch=http://www.cpan.org/authors/id/E/ET/ETHER/$tarname
-
-description="
-A Perl module that implements the URI class.
-
-Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396.
-A Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. 
-"
-
-homepage=https://metacpan.org/pod/URI
-license="GPL | Artistic License "
-
-docs="CONTRIBUTING.md Changes LICENSE"
-docsdir="${docdir}/${program}-${version}"
-
-build()
-{
-    set -e
-    unpack "${tardir}/$tarname"
-
-    cd "$srcdir"
-    
-    perl Makefile.PL
-    make 
-    make DESTDIR="$destdir" install
-             
-    # Copy documentation
-    mkdir -p "${destdir}${docsdir}"
-            
-    for file in $docs
-    do
-       cp -p $file "${destdir}${docsdir}"
-    done
-}

+ 0 - 59
recipes/libs/adwaita-icon-theme/recipe

@@ -1,59 +0,0 @@
-# Build recipe for Adwaita Icon Theme.
-#
-# Copyright (C) 2018, MMPG <mmpg@vp.pl>
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-program=adwaita-icon-theme
-version=3.26.1
-release=1
-
-tarname=${program}-${version}.tar.xz
-
-# Remote source(s)
-fetch=http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.26/$tarname
-
-description="
-A set of default icons used by many GTK+ applications.
-"
-
-homepage=https://github.com/GNOME/adwaita-icon-theme
-license="LGPL | CCBYSA"
-
-docs="AUTHORS COPYING COPYING_CCBYSA3 COPYING_LGPL MAINTAINERS NEWS README"
-docsdir="${docdir}/${program}-${version}"
-
-build()
-{
-    set -e
-    unpack "${tardir}/$tarname"
-
-    cd "$srcdir"
-
-    ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
-    $configure_args \
-    --mandir=/usr/man \
-    --infodir=/usr/info \
-    --build="$(cc -dumpmachine)"
-     
-    make -j${jobs}
-    make -j${jobs} DESTDIR="$destdir" install
-     
-    # Copy documentation
-    mkdir -p "${destdir}${docsdir}"
-        
-    for file in $docs
-    do
-       cp -p $file "${destdir}${docsdir}"
-    done
-}

+ 0 - 61
recipes/libs/dbus-glib/recipe

@@ -1,61 +0,0 @@
-# Build recipe for D-Bus GLib.
-#
-# Copyright (C) 2018, MMPG <mmpg@vp.pl>
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-program=dbus-glib
-version=0.110
-release=1
-
-tarname=${program}-${version}.tar.gz
-
-# Remote source(s)
-fetch=http://dbus.freedesktop.org/releases/dbus-glib/$tarname
-
-description="
-A GLib bindings for DBus.
-"
-
-homepage=https://www.freedesktop.org/wiki/Software/dbus/
-license="AFLv2.1 or GPLv2"
-
-# Source documentation
-docs="AUTHORS COPYING HACKING INSTALL NEWS README"
-docsdir="${docdir}/${program}-${version}"
-
-build()
-{
-    set -e
-    unpack "${tardir}/$tarname"
-    
-    cd "$srcdir"
-    
-    ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
-    $configure_args \
-    --mandir=/usr/man \
-    --infodir=/usr/info \
-    --disable-static \
-    --build="$(cc -dumpmachine)"
-    
-    make -j${jobs}
-    make -j${jobs} DESTDIR="$destdir" install
-    
-    # Copy documentation
-    mkdir -p "${destdir}${docsdir}"
-    
-    for file in $docs
-    do
-	cp -p $file "${destdir}${docsdir}"
-    done
-}

+ 0 - 62
recipes/libs/hicolor-icon-theme/recipe

@@ -1,62 +0,0 @@
-# Build recipe for Hicolor Icon Theme.
-#
-# Copyright (C) 2018, MMPG <mmpg@vp.pl>
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-program=hicolor-icon-theme
-version=0.17
-release=1
-
-tarname=${program}-${version}.tar.xz
-
-# Remote source(s)
-fetch=http://icon-theme.freedesktop.org/releases/$tarname
-
-description="
-Icon theme specification.
-
-The hicolor-icon-theme package contains a default fallback theme for
-implementations of the icon theme specification.
-"
-
-homepage=https://www.freedesktop.org/wiki/Software/icon-theme/
-license=GPL
-
-docs="COPYING ChangeLog NEWS README"
-docsdir="${docdir}/${program}-${version}"
-
-build()
-{
-    set -e
-    unpack "${tardir}/$tarname"
-
-    cd "$srcdir"
-
-    ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
-    $configure_args \
-    --mandir=/usr/man \
-    --infodir=/usr/info \
-    --build="$(cc -dumpmachine)"
-     
-    make -j${jobs}
-    make -j${jobs} DESTDIR="$destdir" install
-     
-    # Copy documentation
-    mkdir -p "${destdir}${docsdir}"
-        
-    for file in $docs
-    do
-       cp -p $file "${destdir}${docsdir}"
-    done
-}

+ 0 - 64
recipes/libs/libwnck/recipe

@@ -1,64 +0,0 @@
-# Build recipe for libwnck.
-#
-# Copyright (C) 2018, MMPG <mmpg@vp.pl>
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-program=libwnck
-version=3.24.1
-release=1
-
-tarname=${program}-${version}.tar.xz
-
-# Remote source(s)
-fetch=http://ftp.gnome.org/pub/gnome/sources/libwnck/3.24/$tarname
-
-description="
-A Window Navigator Construction Kit.
-
-A library for use in writing pagers, tasklists,
-and more generally applications that are dealing with window management.
-It tries hard to respect the Extended Window Manager Hints specification (EWMH).
-"
-
-homepage=http://developer.gnome.org/libwnck/stable/
-license=LGPLv2
-
-# Source documentation
-docs="AUTHORS COPYING ChangeLog HACKING MAINTAINERS NEWS README"
-docsdir="${docdir}/${program}-${version}"
-
-build()
-{
-    set -e
-    unpack "${tardir}/$tarname"
-    
-    cd "$srcdir"
-    
-    ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
-    $configure_args \
-    --mandir=/usr/man \
-    --infodir=/usr/info \
-    --disable-static \
-    
-    make -j${jobs} 
-    make -j${jobs} DESTDIR="$destdir" install
-    
-    # Copy documentation
-    mkdir -p "${destdir}${docsdir}"
-    
-    for file in $docs
-    do 
-        cp -p $file "${destdir}${docsdir}"
-    done
-}