mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -69,7 +69,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
prepareInstalledDevelLibs libagg libagggpc libaggfontfreetype \
|
||||
libaggplatformHaiku libaggplatformsdl
|
||||
fixPkgconfig
|
||||
|
||||
@@ -109,7 +109,7 @@ INSTALL()
|
||||
libcdluagl52 libcdluaim51 libcdluaim52 libcdluapdf51 libcdluapdf52 \
|
||||
libcdpdf libftgl libpdflib libcdcontextplus libcdluacontextplus51 \
|
||||
libcdluacontextplus52
|
||||
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ PROVIDES="
|
||||
lib:libiup_mglplot$secondaryArchSuffix = $portVersion
|
||||
lib:libiup_pplot$secondaryArchSuffix = $portVersion
|
||||
lib:libiupcd$secondaryArchSuffix = $portVersion
|
||||
lib:libiupcontrols$secondaryArchSuffix = $portVersion
|
||||
lib:libiupcontrols$secondaryArchSuffix = $portVersion
|
||||
lib:libiupgl$secondaryArchSuffix = $portVersion
|
||||
lib:libiupim$secondaryArchSuffix = $portVersion
|
||||
lib:libiupimglib$secondaryArchSuffix = $portVersion
|
||||
@@ -64,7 +64,7 @@ PROVIDES_devel="
|
||||
devel:libiup_mglplot$secondaryArchSuffix = $portVersion
|
||||
devel:libiup_pplot$secondaryArchSuffix = $portVersion
|
||||
devel:libiupcd$secondaryArchSuffix = $portVersion
|
||||
devel:libiupcontrols$secondaryArchSuffix = $portVersion
|
||||
devel:libiupcontrols$secondaryArchSuffix = $portVersion
|
||||
devel:libiupgl$secondaryArchSuffix = $portVersion
|
||||
devel:libiupim$secondaryArchSuffix = $portVersion
|
||||
devel:libiupimglib$secondaryArchSuffix = $portVersion
|
||||
@@ -116,7 +116,7 @@ BUILD()
|
||||
export LUA52=`finddir B_SYSTEM_DIRECTORY`
|
||||
export LUA_LIB=`finddir B_SYSTEM_DEVELOP_DIRECTORY`/lib$secondaryArchSubDir
|
||||
export LUA_BIN=/bin$secondaryArchSubDir
|
||||
export LUA_SUFFIX=
|
||||
export LUA_SUFFIX=
|
||||
export LUA_INC=`finddir B_SYSTEM_HEADERS_DIRECTORY`
|
||||
make
|
||||
}
|
||||
@@ -137,6 +137,6 @@ INSTALL()
|
||||
libiupluacontrols52 libiupluagl51 libiupluagl52 libiupluaim51 \
|
||||
libiupluaim52 libiupluaimglib51 libiupluaimglib52 libiupluatuio51 \
|
||||
libiupluatuio52 libiuptuio libiupweb
|
||||
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
DESCRIPTION="libx11"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
DESCRIPTION="libx11"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libX11-1.3.3.tar.gz"
|
||||
CHECKSUM_MD5="f5669fa5843e54cb4cc7ebf8f7cc741e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="x11-misc/util-macros >= 1.7.0
|
||||
DEPEND="x11-misc/util-macros >= 1.7.0
|
||||
x11-proto/xproto >= 7.0.16
|
||||
x11-libs/xtrans >= 1.2.5
|
||||
x11-proto/inputproto >= 2.0
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY="libxau"
|
||||
DESCRIPTION="
|
||||
libxau.
|
||||
"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.5.tar.gz"
|
||||
CHECKSUM_SHA256="2ad4324cf204331d6773bba441baed58e46168e7913de2079f10b272eae5c4db"
|
||||
REVISION="1"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY="X.Org X authorization library"
|
||||
DESCRIPTION="
|
||||
The X.Org X authorization library.
|
||||
"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.8.tar.bz2"
|
||||
CHECKSUM_SHA256="fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2"
|
||||
REVISION="2"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY="X C-language Bindings library"
|
||||
DESCRIPTION="
|
||||
The X11 C-language Bindings library.
|
||||
"
|
||||
HOMEPAGE="http://xcb.freedesktop.org/"
|
||||
HOMEPAGE="http://xcb.freedesktop.org/"
|
||||
SOURCE_URI="http://xcb.freedesktop.org/dist/libxcb-1.6.tar.gz"
|
||||
CHECKSUM_SHA256="df93b7d5afb0f970c73294636dc8cbc08f59bd39239cac4e6e0a46792ae7b759"
|
||||
REVISION="2"
|
||||
|
||||
@@ -111,7 +111,7 @@ INSTALL()
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://www.cairographics.org/releases/pixman-0.17.2.tar.gz"
|
||||
CHECKSUM_MD5="006c74f1450e5ed2e1bdaf88e9806faa"
|
||||
REVISION="1"
|
||||
@@ -9,11 +9,11 @@ BUILD()
|
||||
{
|
||||
cd pixman-0.17.2
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://cairographics.org/releases/pixman-0.18.2.tar.gz"
|
||||
CHECKSUM_MD5="5d1378fa61610dd5d3c7e0111b2c5253"
|
||||
REVISION="1"
|
||||
@@ -9,11 +9,11 @@ BUILD()
|
||||
{
|
||||
cd pixman-0.18.2
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://cairographics.org/releases/pixman-0.18.4.tar.gz"
|
||||
CHECKSUM_MD5="532db4194e18c108d0b7dd85f20d39b8"
|
||||
REVISION="1"
|
||||
@@ -9,11 +9,11 @@ BUILD()
|
||||
{
|
||||
cd pixman-0.18.4
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://cairographics.org/releases/pixman-0.19.4.tar.gz"
|
||||
CHECKSUM_MD5="100a2d23f1d5683fdaa5d7ca71a0182b"
|
||||
REVISION="1"
|
||||
@@ -11,7 +11,7 @@ BUILD()
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://cgit.freedesktop.org/pixman/snapshot/pixman-master.tar.bz2"
|
||||
CHECKSUM_MD5="c53466dc2e6145afdb80b5a74491a2de"
|
||||
REVISION="1"
|
||||
@@ -11,7 +11,7 @@ BUILD()
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY="pixman"
|
||||
DESCRIPTION="
|
||||
Pixman - The pixel-manipulation library for X and cairo.
|
||||
"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://cairographics.org/releases/pixman-0.20.0.tar.gz"
|
||||
CHECKSUM_SHA256="9c02c22c6cc3f28f3633d02ef6f0cac130518f621edb011ebbbf08cd1a81251a"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY="pixman"
|
||||
DESCRIPTION="
|
||||
Pixman - The pixel-manipulation library for X and cairo.
|
||||
"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="80c7ed420e8a3ae749800241e6347c3d55681296cab71384be7969cd9e657e84"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -4,7 +4,7 @@ Pixman is a low-level software library for pixel manipulation, providing \
|
||||
features such as image compositing and trapezoid rasterization. Important \
|
||||
users of pixman are the cairo graphics library and the X server.
|
||||
"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SOURCE_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3dfed13b8060eadabf0a4945c7045b7793cc7e3e910e748a8bb0f0dc3e794904"
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user