diff --git a/packages/x11/other/roxterm/build b/packages/x11/other/roxterm/build index 4ce674a9a8..db71b6cd04 100755 --- a/packages/x11/other/roxterm/build +++ b/packages/x11/other/roxterm/build @@ -6,6 +6,7 @@ $SCRIPTS/build toolchain $SCRIPTS/build libX11 $SCRIPTS/build vte $SCRIPTS/build libglade +$SCRIPTS/build dbus-glib cd $PKG_BUILD ./configure --host=$TARGET_NAME \ diff --git a/packages/x11/other/roxterm/install b/packages/x11/other/roxterm/install index cbf9b5f31d..3150114292 100755 --- a/packages/x11/other/roxterm/install +++ b/packages/x11/other/roxterm/install @@ -4,6 +4,7 @@ $SCRIPTS/install libX11 $SCRIPTS/install vte $SCRIPTS/install libglade +$SCRIPTS/install dbus-glib mkdir -p $INSTALL/usr/bin cp $PKG_BUILD/src/$1 $INSTALL/usr/bin diff --git a/packages/x11/other/roxterm/url b/packages/x11/other/roxterm/url index 213fabd7f3..437872649d 100644 --- a/packages/x11/other/roxterm/url +++ b/packages/x11/other/roxterm/url @@ -1 +1 @@ -http://puzzle.dl.sourceforge.net/project/roxterm/roxterm/1.9.1/roxterm-1.9.1.tar.gz \ No newline at end of file +http://downloads.sourceforge.net/sourceforge/roxterm/roxterm-1.14.2.tar.gz \ No newline at end of file