summaryrefslogtreecommitdiff
path: root/pcr/upp-svn
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/upp-svn
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/upp-svn')
-rw-r--r--pcr/upp-svn/GCC.bm23
-rw-r--r--pcr/upp-svn/PKGBUILD67
-rw-r--r--pcr/upp-svn/license.txt9
3 files changed, 0 insertions, 99 deletions
diff --git a/pcr/upp-svn/GCC.bm b/pcr/upp-svn/GCC.bm
deleted file mode 100644
index bfcb09c1d..000000000
--- a/pcr/upp-svn/GCC.bm
+++ /dev/null
@@ -1,23 +0,0 @@
-BUILDER = "GCC";
-COMPILER = "";
-DEBUG_INFO = "2";
-DEBUG_BLITZ = "1";
-DEBUG_LINKMODE = "1";
-DEBUG_OPTIONS = "-O0";
-DEBUG_FLAGS = "";
-DEBUG_LINK = "";
-RELEASE_BLITZ = "0";
-RELEASE_LINKMODE = "1";
-RELEASE_OPTIONS = "-O3 -ffunction-sections -fdata-sections";
-RELEASE_SIZE_OPTIONS = "-Os -finline-limit=20 -ffunction-sections -fdata-sections";
-RELEASE_FLAGS = "";
-RELEASE_LINK = "-Wl,--gc-sections";
-DEBUGGER = "gdb";
-PATH = "";
-INCLUDE = "/usr/include/freetype2;/usr/include/gtk-2.0;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/lib/gtk-2.0/include;/usr/include/cairo;/usr/include/pango-1.0;/usr/include/atk-1.0;/usr/X11R6/include;/usr/X11R6/include/freetype2;/usr/X11R6/include/gtk-2.0;/usr/X11R6/include/glib-2.0;/usr/X11R6/lib/glib-2.0/include;/usr/X11R6/lib/gtk-2.0/include;/usr/X11R6/include/cairo;/usr/X11R6/include/pango-1.0;/usr/X11R6/include/atk-1.0;/usr/include/c++/4.5.0;/usr/include/c++/4.5.0/i686-pc-linux-gnu;/usr/include/webkit-1.0;/usr/include/libsoup-2.4;/usr/include/libxml2";
-LIB = "/usr/X11R6/lib;/usr/lib;/usr/local/lib";
-REMOTE_HOST = "";
-REMOTE_OS = "";
-REMOTE_TRANSFER = "";
-REMOTE_MAP = "";
-LINKMODE_LOCK = "0";
diff --git a/pcr/upp-svn/PKGBUILD b/pcr/upp-svn/PKGBUILD
deleted file mode 100644
index 1a5a50d4b..000000000
--- a/pcr/upp-svn/PKGBUILD
+++ /dev/null
@@ -1,67 +0,0 @@
-# Contributor: Jan Dolinar <dolik.rce@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=upp-svn
-pkgver=5554
-pkgrel=1
-pkgdesc="Radical and innovative multiplatform C++ framework (known as U++)"
-arch=('any')
-url="http://www.ultimatepp.org"
-license=('BSD')
-groups=()
-depends=('gcc-libs' 'libpng' 'libxft' 'theide')
-makedepends=('subversion')
-optdepends=('libnotify: Enables compiling gtk-styled apps')
-provides=('upp')
-conflicts=('upp')
-replaces=()
-backup=()
-options=(emptydirs !strip)
-install=
-source=('GCC.bm' 'license.txt')
-noextract=()
-
-_svntrunk="http://upp-mirror.googlecode.com/svn/trunk/"
-# many users have already working copy of U++ on their system, so they
-# can use it for building (e.g. to save network traffic or to speed up
-# things) by setting $UPPSVN environment variable
-if [ "x$UPPSVN" != "x" ]
-then
- _svnmod=$UPPSVN
-else
- _svnmod="$srcdir/uppsvn"
-fi
-
-build() {
- cd "$srcdir"
- #get sources
- msg "Downloading sources from svn..."
- for n in bazaar reference examples tutorial uppsrc
- do
- msg2 "$n"
- if [ -d $_svnmod/.svn ]; then
- (cd $_svnmod/$n && svn up -r $pkgver)
- else
- svn co $_svntrunk$n/ --config-dir ./ -r $pkgver $_svnmod/$n
- fi
- done
- msg "SVN checkout done (or server timeout)"
-}
-
-package() {
- #copy source files
- mkdir -p "$pkgdir/usr/share/upp"
- msg2 "Copying the source codes..."
- cp -r "$_svnmod/"{bazaar,examples,reference,tutorial,uppsrc} "$pkgdir/usr/share/upp/"
- echo "#define IDE_VERSION \"$pkgver-Arch-$(uname -m)\"" > "$pkgdir/usr/share/upp/uppsrc/ide/version.h"
- msg2 "Removing the .svn directories..."
- find "$pkgdir/" -type d -name ".svn" -exec rm -rf {} \; -prune
- #license
- mkdir -p "$pkgdir/usr/share/licenses/upp-svn"
- cp "$srcdir/license.txt" "$pkgdir/usr/share/licenses/upp-svn"
- #build method
- cp "$srcdir/GCC.bm" "$pkgdir/usr/share/upp"
- #fix permissions
- msg2 "Setting permissions..."
- find "$pkgdir/usr/" -type f -exec chown root:root {} \; -exec chmod 644 {} \;
-}
diff --git a/pcr/upp-svn/license.txt b/pcr/upp-svn/license.txt
deleted file mode 100644
index 6cea058a6..000000000
--- a/pcr/upp-svn/license.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Copyright (C) 2010 Mirek Fidler, Tomas Rylek and various contributors (see AUTHORS)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies of the Software and its Copyright notices. In addition publicly documented acknowledgment must be given that this software has been used if no source code of this software is made available publicly. This includes
-acknowledgments in either Copyright notices, Manuals, Publicity and Marketing documents or any documentation provided with any product containing this software. This License does not apply to any software that links to the libraries provided by this software (statically or dynamically), but only to
-the software provided.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.