summaryrefslogtreecommitdiffstats
path: root/arch/3.5.13/trinity-base
Commit message (Collapse)AuthorAgeFilesLines
* dbus-tqt: minor fixups, dropped prefix, added install filePawel "l0ner" Soltys2012-01-302-22/+33
|
* arts: minor fixupsPawel "l0ner" Soltys2012-01-301-2/+2
|
* tqtinterface: added .install file, minor fixups, dropped prefix in oreder to ↵Pawel "l0ner" Soltys2012-01-302-10/+25
| | | | use QTDIR from profile
* qt3: minor fixupsPawel "l0ner" Soltys2012-01-301-4/+4
|
* hal: fixed previously fixed instructionPawel "l0ner" Soltys2012-01-291-1/+1
|
* hal: fixed previously added instructionPawel "l0ner" Soltys2012-01-291-1/+1
|
* hal: added missing cd instruction in package() functionPawel "l0ner" Soltys2012-01-291-0/+1
|
* dbus-tqt: cleanupsPawel "l0ner" Soltys2012-01-291-4/+5
|
* kdelibs: removed trinity.sh form sources - not neededPawel "l0ner" Soltys2012-01-291-2/+1
|
* kdelibs: removed profile.d file installation, minor fixesPawel "l0ner" Soltys2012-01-291-10/+12
|
* tqtinterface: fixed typosPawel "l0ner" Soltys2012-01-291-4/+4
|
* qt3: fixed typosPawel "l0ner" Soltys2012-01-291-7/+8
|
* hal: changed maintainerPawel "l0ner" Soltys2012-01-291-2/+6
| | | | - added build() function
* qt3: changed installation prefixPawel "l0ner" Soltys2012-01-291-16/+16
|
* tqtinterface: changed installation prefixPawel "l0ner" Soltys2012-01-292-24/+26
| | | | | | | - cleaned up - added patch for tqt.pc installation location (needed later for compiling things with autotools) - changed $QTDIR to $QT3DIR
* arts: added missing tqtinterface dependencyPawel "l0ner" Soltys2012-01-281-1/+1
|
* arts: added profile files, added post-install instructionsPawel "l0ner" Soltys2012-01-284-20/+91
|
* qt3: fixed error on path export in profile filePawel 'l0ner' Soltys2012-01-281-2/+3
|
* qt3: fixed error on creating qt3.profilePawel "l0ner" Soltys2012-01-281-2/+2
|
* qt3: added post install instructionsPawel "l0ner" Soltys2012-01-281-0/+12
|
* qt3: fixed mistypePawel "l0ner" Soltys2012-01-281-4/+5
|
* qt3: moved libxi to makedepsPawel "l0ner" Soltys2012-01-272-35/+108
| | | | | | | | | | | - added patches pulled form kdemod3, those prefixed with number come from http://websvn.kde.org/trunk/qt-copy/patches/ oters come form fedora, gentoo and debian - changed QTDIR to QT3DIR in order to allow Qt4 compatibility [is this needed? dunno but you never know] - added xinerama, xcursor, xrender options to configure - pulled libtool slay and Arch64 fix from kdemod3 PKGBUILDs - pulled GCC4 fix from kdemod3 PKGBUILDs
* dbus-tqt-1: changed maintainer and contributorPawel 'l0ner' Soltys2012-01-241-1/+2
|
* dbus-tqt-1: changed maintainer and contributor, removed useless stuffPawel 'l0ner' Soltys2012-01-241-16/+10
|
* dbus-1-qt3: changed maintainer and contributorPawel 'l0ner' Soltys2012-01-241-1/+2
|
* kdebse: added missing libxtst dependency. fixes FTBFSPawel 'l0ner' Soltys2012-01-231-2/+3
|
* kdebase: fixed problem with kdm drop back to login screen on login attemptPawel 'l0ner' Soltys2012-01-182-3/+33
|
* arts, kdelibs: fixed trinity internal dependenciesPawel 'l0ner' Soltys2012-01-152-2/+2
|
* fixed libtool file errorsPawel 'l0ner' Soltys2012-01-155-5/+5
|
* kdebase: added xorg-fonts-75dpi as optdependPawel 'l0ner' Soltys2012-01-151-1/+2
|
* kdebase: removed unnecessary pyqt3, dbus-tqt-1, dbus-qt3 dependenciesPawel 'l0ner' Soltys2012-01-151-28/+11
| | | | | | | - added kdemod3-kdebase conflict - changed contributor/maintainer - removed already satisfied dependencies: libxkbfile, openexr - removed unnecessary deps: libltdl, libxtst
* dbus-tqt: changed maintainerPawel 'l0ner' Soltys2012-01-141-26/+12
| | | | | | | - Added Calvin as Contributor - Removed ${QTDIR}/include/tqt since it's int needed (tqt sits in /usr) - Removed unnecessary variables - added dbus-core dependency
* kdelibs: removed alsa-lib dep, since it's satisfied by artsPawel 'l0ner' Soltys2012-01-141-28/+28
| | | | | | | | | | | | | | | - added conflicts (kdemod3-kdelibs) - switched maintainer and contributor - removed trinity-qt3 and triniy-tqtinterface deps, since they are satisfied already by trinity-arts - changed makeopts to !libtool (do not keep libtool files) and strip (strip symbols form binaries and libraries) - removed additional non-PKGBUILD variables - removed unnecessary CMAKE options - removed ${QTDIR}/include/tqt form CMAKE_INCLUDE_PATH, since tqt sits in /usr and is autodetected - removed dependencies reported by namcap as not needed [functionality check needed]: libtiff, openssl, taglib, pam-krb5, libltdl, libical, avahi.
* arts: changed makeoptsPawel 'l0ner' Soltys2012-01-141-32/+11
| | | | | | | | | | | | | - added conflicts (kdemod3-arts) - changed Calvin to contributor - added Maintaner string - removed useless variables - removed useless and commented out instructions - removed useless exports - removed unused cmake options (QT_VERSION) - added glib2 dependency, since it's reported by namcap as missing dep - removed alsa-lib dependency, since it's satisified as idirect dep (dependency of dependency) - incremented pkgrel
* tqtinterface: fixed qt paths - use of system variable QTDIR instead of using ↵Pawel 'l0ner' Soltys2012-01-141-13/+19
| | | | | | | | | | unternal PKGBUILD var _qtdir - removed useless dependencies (python2-sip, trinity-pyqt3) - removed useless makedepends (libxi, libxft, libxrandr, libxcursor, libxinerama, mesa) - added conflict string (kdemod3-tqtinterface) - added makeopts - incremented pkgrel
* qt3: corrected version string to dotted one,Pawel 'l0ner' Soltys2012-01-141-2/+2
|
* qt3: fixed missing md5sumPawel 'l0ner' Soltys2012-01-131-4/+0
|
* qt3: depdndency fix, patched odbc module, added sime tweaks form archPawel 'l0ner' Soltys2012-01-132-16/+140
| | | | extras/qt3 package
* kdebase: added fix for doc location, fixed triity.desktop not installingPawel "l0ner" Soltys2012-01-063-104/+141
|
* kdelibs, qt3: dependency fixesPawel "l0ner" Soltys2012-01-042-9/+25
|
* dbus-1-qt3 PKGBUILD: removed dependencies reported useless by namcap, fixed ↵Pawel "l0ner" Soltys2012-01-041-3/+3
| | | | typos
* kdelibs PKGBULD: fixed issue with doc files going to doc/kde/HTML instead of ↵Pawel "l0ner" Soltys2012-01-042-2/+42
| | | | doc/HTML
* fixed some typos in hal PKGBUILDPawel "l0ner" Soltys2012-01-041-2/+2
|
* changed tarball sources to the new mirrorPawel "l0ner" Soltys2012-01-039-39/+26
|
* trinity-{base,extras}: modified most of the PKGBULDs to pull the tarballsPawel "l0ner" Soltys2011-12-247-7/+14
| | | | | | from LFS server instead of pulling them from our dead mirror. Some of them (libkipi,libkexiv2,libkdcraw) could not be changed since their tarballs are not hosteb on LFS servers.
* trinity-base/hal - add, trinity-extras/trinity-i18n updatesPawel "l0ner" Soltys2011-12-1916-0/+25381
|
* new categorization, new PKGBUILDsPawel "l0ner" Soltys2011-12-199-53/+7
| | | | | for most of kde* monolithic packets i18n unfinished
* little modifiactions to base components PKGBUILDs,Pawel "l0ner" Soltys2011-12-189-218/+256
| | | | | | removed dropped things added PKGBUILD templates fixed kde-style-lipstik PKGBUILD
* changed tqtinterface prefix from /opt/trinity to /usr like adviced in the wikiPawel "l0ner" Soltys2011-12-161-1/+1
| | | | this shoud enable compilation of trinity components yet not ported to cmake.
* added some PKGBUILDs for things that won't compile correctlyPawel "l0ner" Soltys2011-12-161-1/+2
| | | | they are present in 3.5.13_broken dir.